Skip to content

Commit 3f7f7cd

Browse files
Copilottalyguryn
andcommitted
Add explicit permissions to workflow for security
Co-authored-by: talyguryn <15259299+talyguryn@users.noreply.github.com>
1 parent d27cbb6 commit 3f7f7cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-npm-token.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
check-token:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
1517
steps:
1618
- uses: actions/checkout@v4
1719

0 commit comments

Comments
 (0)