Skip to content

Commit

Permalink
ci: add ci permission on merge step (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
braghettos authored Jul 22, 2024
1 parent 4ef89fa commit 5d614fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
needs:
- package-amd64
- package-arm64
permissions:
packages: write
contents: read
steps:
- name: Download digests
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 5d614fa

Please sign in to comment.