Skip to content

Commit 970a0cf

Browse files
authored
Build: Set minimum permission for GitHub Actions Token
Closes gh-2129 Signed-off-by: Ashish Kurmi <[email protected]>
1 parent 62f2ccc commit 970a0cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Grunt tests
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
grunt:
710
name: Grunt based tests with Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)