Skip to content

Commit 960934c

Browse files
mattzcareyaron-cf
authored andcommitted
fix: address PR #16 review feedback
Restrict the CI workflow token to read-only repository contents.
1 parent c1ec671 commit 960934c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626
- "docs/**"
2727
- ".github/**/*.md"
2828

29+
permissions:
30+
contents: read
31+
2932
concurrency:
3033
# PRs key on the PR number so successive pushes cancel the prior
3134
# run; pushes to main key on the ref so we never cancel a main

0 commit comments

Comments
 (0)