ci: define packages permission in publish step

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-24 15:34:02 -04:00 committed by June
parent 4128d83be6
commit e2c460ec54

View file

@ -166,6 +166,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
permissions:
packages: write
contents: read
steps:
- name: Download artifacts
uses: actions/download-artifact@v4