Skip to content

Commit 4276d3e

Browse files
authored
add write perms to meeting action post default token perm change (#397)
1 parent 5464040 commit 4276d3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)