Skip to content

Commit 7a09bca

Browse files
committed
test: Fix permissions
1 parent 7473aa4 commit 7a09bca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
name: Test Action Locally
1+
name: Test Action
22

33
on: [push]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
test:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)