Skip to content

Commit

Permalink
Merge pull request #487 from c0rydoras/fix/ci/permissions
Browse files Browse the repository at this point in the history
fix(ci): permissions for pushing to ghcr
  • Loading branch information
trowik authored Dec 11, 2024
2 parents 8f43ddd + a9f644e commit 56c6779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
actions: none
checks: none
contents: none
contents: write
deployments: none
issues: none
packages: none
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
permissions:
actions: none
checks: none
contents: write
contents: none
deployments: none
issues: none
packages: none
packages: write
pull-requests: none
repository-projects: none
security-events: none
Expand Down

0 comments on commit 56c6779

Please sign in to comment.