Skip to content

Commit 61d7c3c

Browse files
authored
Merge pull request #98 from CycloneDX/chore/gh-workflow-permissions
chore: GH workflow permissions
2 parents 523ab2f + 63cefe2 commit 61d7c3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Node CI
22

33
on: [push, pull_request]
44

5+
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
6+
permissions: {}
7+
58
jobs:
69
build:
710

0 commit comments

Comments
 (0)