Explicitly pass envvar in github workflow
This commit is contained in:
@@ -30,4 +30,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run example
|
- name: Run example
|
||||||
run: |
|
run: |
|
||||||
go run ./example/cmd/example/main.go benkraft
|
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} go run ./example/cmd/example/main.go benkraft
|
||||||
|
|||||||
Reference in New Issue
Block a user