Skip to content

Commit a0b908f

Browse files
authored
test perms (#69)
1 parent f355e56 commit a0b908f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ on:
1313
]
1414
workflow_dispatch:
1515

16+
permissions:
17+
actions: write
18+
checks: write
19+
contents: write
20+
deployments: write
21+
id-token: write
22+
issues: write
23+
discussions: write
24+
packages: write
25+
pages: write
26+
pull-requests: write
27+
repository-projects: write
28+
security-events: write
29+
statuses: write
30+
1631
jobs:
1732
context:
1833
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)