Skip to content

Commit 4d3c8bd

Browse files
authored
Merge pull request #219 from llm-tools/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents e27fac6 + fd8a592 commit 4d3c8bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: ['main']
66

7+
permissions:
8+
contents: read
9+
710
env:
811
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
912

0 commit comments

Comments
 (0)