Skip to content

Commit

Permalink
Explicitly give write-all permission to token
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Dec 19, 2023
1 parent 5c25a33 commit 0693621
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,20 @@ jobs:
&& !contains(github.event.head_commit.message, '[no release]')
&& (success() || contains(github.event.head_commit.message, '[skip tests]'))
environment: release
permissions:
id-token: write
permissions: write-all
# actions: write
# checks: write
# contents: write
# deployments: write
# id-token: write
# issues: write
# discussions: write
# packages: write
# pages: write
# pull-requests: write
# repository-projects: write
# security-events: write
# statuses: write

steps:
- name: Check out code
Expand Down

0 comments on commit 0693621

Please sign in to comment.