Skip to content

Commit

Permalink
ci: Set post GITHUB_TOKEN permissions back to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Aug 23, 2024
1 parent 9f8b891 commit c225b4a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,21 @@ jobs:
if: needs.create-nightly-release.outputs.is_active == 'true'
runs-on: ubuntu-22.04
permissions:
contents: read
actions: write
attestations: write
checks: write
contents: write
deployments: write
discussions: write
id-token: write
issues: write
metadata: read
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
strategy:
matrix:
demo: [false, true]
Expand Down

0 comments on commit c225b4a

Please sign in to comment.