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

Commit

Permalink
Set top level token permission for roll.yaml. (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunz authored Jul 11, 2024
1 parent 0bef461 commit a7f12e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/roll.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Roll WebRTC revision
permissions: read-all

on:
push:
branches:
Expand All @@ -21,4 +23,4 @@ jobs:
- run: pip install requests
- run: python scripts/roll_webrtc.py --base_branch main --revision $GITHUB_SHA --token $OWT_BOT_TOKEN
env:
OWT_BOT_TOKEN: ${{ secrets.OWT_BOT_TOKEN }}
OWT_BOT_TOKEN: ${{ secrets.OWT_BOT_TOKEN }}

0 comments on commit a7f12e0

Please sign in to comment.