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

Commit 0bef461

Browse files
authored
Set token permissions for Github Actions. (#204)
1 parent 27b254f commit 0bef461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/roll.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
roll:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: write
1013
steps:
1114
- uses: actions/checkout@v2
1215
with:

0 commit comments

Comments
 (0)