diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6339ebd..441d275 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,6 +137,6 @@ jobs: with: tool: "go" output-file-path: output.txt - github-token: ${{ secrets.GH_PUSH_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} comment-on-alert: true auto-push: true