Skip to content

Commit 3abdfe0

Browse files
committed
Add permission
1 parent c4ef3ee commit 3abdfe0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
- cron: "0 0 * * *"
1111
workflow_dispatch:
1212

13+
permissions:
14+
id-token: write
15+
contents: read
16+
issues: write
17+
pull-requests: write
18+
1319
jobs:
1420

1521
test:

0 commit comments

Comments
 (0)