Skip to content

Commit 6b02b86

Browse files
authored
ci: add strict GITHUB_TOKEN permissions (#76)
1 parent 3b6a919 commit 6b02b86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
publish:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)