We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d1002 commit cb0c800Copy full SHA for cb0c800
.github/workflows/go-lint.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Run go mod tidy
104
if: ${{ steps.setup-go.outputs.cache-hit != 'true' }}
105
env:
106
- GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
107
working-directory: ${{ env.WORKDIR }}
108
run: |
109
direnv exec . go mod tidy
.github/workflows/go-test.yml
@@ -102,7 +102,7 @@ jobs:
102
${{ runner.os }}-go-
- name: Run go test
direnv exec . make test
0 commit comments