diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 89614e856988..7b8170b387ea 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -108,7 +108,7 @@ jobs: - name: Download runtimes file uses: Kong/gh-storage/download@v1 env: - GITHUB_TOKEN: ${{ secrets.PAT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repo-path: Kong/gateway-action-storage/main/.ci/runtimes.json