diff --git a/.github/workflows/refresh-test-credentials.yml b/.github/workflows/refresh-test-credentials.yml index 6878d9174..a7f43c4ad 100644 --- a/.github/workflows/refresh-test-credentials.yml +++ b/.github/workflows/refresh-test-credentials.yml @@ -87,6 +87,7 @@ jobs: X_GITHUB_GRAPHQL_API: ${{ vars.X_GITHUB_GRAPHQL_API }} GOOGLE_PROJECT_ID: "opensource-observer" PUBLIC_VARS_TEST: "THISISATEST" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout code uses: actions/checkout@v3