Skip to content

Commit dc8e418

Browse files
committed
Use minimum permissions for tests
1 parent 2565cf9 commit dc8e418

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Go Test
33
workflow_dispatch: {}
44
schedule:
55
- cron: 0 20 * * 1-5
6+
7+
permissions:
8+
contents: write
9+
610
jobs:
711
build:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)