Skip to content

Commit

Permalink
test perms (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind authored Jun 13, 2024
1 parent f355e56 commit a0b908f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ on:
]
workflow_dispatch:

permissions:
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

jobs:
context:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0b908f

Please sign in to comment.