Skip to content

Commit

Permalink
detailed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneliuzzo committed Nov 27, 2024
1 parent 8449a74 commit f3d42aa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,22 @@ on: # Runs on any push event in a PR or any push event to master
push:
branches:
- 'main'

permissions: write-all

permissions:
actions: write
attestations: 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

jobs:
documentation:
Expand Down

0 comments on commit f3d42aa

Please sign in to comment.