Skip to content

Commit c130076

Browse files
authored
Limit permissions on GitHub Actions tokens (#17)
1 parent 2c52fe3 commit c130076

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

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

7+
permissions:
8+
contents: write
9+
710
jobs:
811
verify:
912
name: Verify

0 commit comments

Comments
 (0)