Skip to content

Commit 1a953b0

Browse files
authored
Add permissions to Go workflow
Added permissions for read access to contents.
1 parent 74f0df7 commit 1a953b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Go
22
on: [push, workflow_dispatch, pull_request_target]
3+
permissions:
4+
contents: read
35
jobs:
46
build:
57
name: Build

0 commit comments

Comments
 (0)