Skip to content
Snippets Groups Projects
Commit e2c460ec authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

ci: define packages permission in publish step

parent 4128d83b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment