Skip to content

Commit 6120ed3

Browse files
Allow secrets to be used in PRs
1 parent 07d0307 commit 6120ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Go
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
6+
pull_request_target:
77
types: [opened, synchronize, reopened]
88

99
jobs:

0 commit comments

Comments
 (0)