Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
gha: premissions write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero authored Nov 2, 2023
1 parent 2e4f8e0 commit d710210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: {push: {tags: ['*']}}
jobs:
build-and-push:
permissions:
packages: write
packages: write-all
contents: read
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Create GitHub Release
run: gh release create --generate-notes "${GITHUB_REF#refs/tags/}"
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

0 comments on commit d710210

Please sign in to comment.