We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4501b commit 099da43Copy full SHA for 099da43
.github/workflows/unit-test-magician.yml
@@ -20,3 +20,6 @@ jobs:
20
run: |
21
cd .ci/magician
22
go test ./... -v
23
+ env:
24
+ GITHUB_TOKEN_CLASSIC: ${{ secrets.GITHUB_TOKEN }}
25
+ GOPATH: '/workspace/go'
0 commit comments