Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit a7f12e0

Browse files
authored
Set top level token permission for roll.yaml. (#205)
1 parent 0bef461 commit a7f12e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/roll.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Roll WebRTC revision
2+
permissions: read-all
3+
24
on:
35
push:
46
branches:
@@ -21,4 +23,4 @@ jobs:
2123
- run: pip install requests
2224
- run: python scripts/roll_webrtc.py --base_branch main --revision $GITHUB_SHA --token $OWT_BOT_TOKEN
2325
env:
24-
OWT_BOT_TOKEN: ${{ secrets.OWT_BOT_TOKEN }}
26+
OWT_BOT_TOKEN: ${{ secrets.OWT_BOT_TOKEN }}

0 commit comments

Comments
 (0)