diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c41534a5..8424198f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: env: # Required, set by GitHub actions automatically: # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{secrets.DOCKER_GIT_TOKEN}} with: # Reporter of reviewdog command [github-pr-check,github-pr-review,github-check]. reporter: github-pr-check # optional, default is github-pr-check