From 1ad80012572ff107843cc33199a4c184a7bbac5a Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Tue, 19 Mar 2024 19:46:39 +0000 Subject: [PATCH] fix --- .github/workflows/refresh-test-credentials.yml | 1 + 1 file changed, 1 insertion(+) 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