Skip to content

Commit

Permalink
fix(ci): permissions for pushing to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Dec 11, 2024
1 parent 8f43ddd commit a9f644e
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 a9f644e

Please sign in to comment.