fix: add required permissions for package publishing

This commit is contained in:
remsky 2025-01-12 06:18:42 -07:00
parent b08725db83
commit d2522bcb92

View file

@ -16,6 +16,7 @@ jobs:
permissions:
contents: read
packages: write
actions: write
steps:
- name: Checkout repository
@ -90,6 +91,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4