From bd900d251916756a1e0f3f24aeca778e89f2b3cd Mon Sep 17 00:00:00 2001 From: mdimajo Date: Fri, 15 Nov 2024 20:11:03 +0100 Subject: [PATCH] fix: update dependency stats secret --- .github/workflows/check-nodejs-dependencies.yml | 4 ++-- .github/workflows/release_library.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-nodejs-dependencies.yml b/.github/workflows/check-nodejs-dependencies.yml index 8649899..93ff002 100644 --- a/.github/workflows/check-nodejs-dependencies.yml +++ b/.github/workflows/check-nodejs-dependencies.yml @@ -28,7 +28,7 @@ on: required: false type: number secrets: - CI_SERVICE_ACCOUNT: + DEPENDENCY_STATS_SERVICE_ACCOUNT: required: true NPM_READ_TOKEN: required: true @@ -81,7 +81,7 @@ jobs: uses: google-github-actions/auth@v2 with: project_id: ${{ env.GCLOUD_PROJECT }} - credentials_json: ${{ secrets.CI_SERVICE_ACCOUNT }} + credentials_json: ${{ secrets.DEPENDENCY_STATS_SERVICE_ACCOUNT }} # setup-gcloud without components is required to have the proper authentication for gsutil commands - name: Set up Google Cloud CLI diff --git a/.github/workflows/release_library.yml b/.github/workflows/release_library.yml index 3c2021d..2864e1e 100644 --- a/.github/workflows/release_library.yml +++ b/.github/workflows/release_library.yml @@ -45,7 +45,7 @@ on: required: true NPM_READ_TOKEN: required: true - CI_SERVICE_ACCOUNT: + DEPENDENCY_STATS_SERVICE_ACCOUNT: required: true #Secret needed when ENABLE_VISUAL_TESTING = true: # - SIDE_CI_APPLICATION_ID @@ -200,7 +200,7 @@ jobs: GIT_REF: '' secrets: NPM_READ_TOKEN: ${{ secrets.NPM_READ_TOKEN }} - CI_SERVICE_ACCOUNT: ${{ secrets.CI_SERVICE_ACCOUNT }} + DEPENDENCY_STATS_SERVICE_ACCOUNT: ${{ secrets.DEPENDENCY_STATS_SERVICE_ACCOUNT }} notification: if: always() && inputs.ENABLE_SLACK_NOTIFICATION