Skip to content

Commit 2296837

Browse files
authored
Specify github actions permissions (#172)
1 parent a7a7ae0 commit 2296837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
schedule:
1515
- cron: "0 0 * * 1" # Every Monday
1616

17+
permissions:
18+
contents: read
19+
1720
concurrency:
1821
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1922
cancel-in-progress: true

0 commit comments

Comments
 (0)