Skip to content

Commit 3a41313

Browse files
committed
add write perms to meeting action post default token perm change
1 parent 5464040 commit 3a41313

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/meetings.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- master
77
schedule:
88
- cron: '0 0 * * *'
9+
10+
permissions:
11+
issues: write
12+
contents: read
13+
914
jobs:
1015
meeting:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)