Skip to content

Commit cb0c800

Browse files
committed
fix: misc
1 parent f9d1002 commit cb0c800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Run go mod tidy
104104
if: ${{ steps.setup-go.outputs.cache-hit != 'true' }}
105105
env:
106-
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
106+
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
107107
working-directory: ${{ env.WORKDIR }}
108108
run: |
109109
direnv exec . go mod tidy

.github/workflows/go-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
${{ runner.os }}-go-
103103
- name: Run go test
104104
env:
105-
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
105+
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
106106
working-directory: ${{ env.WORKDIR }}
107107
run: |
108108
direnv exec . make test

0 commit comments

Comments
 (0)