Skip to content

Commit

Permalink
Merge pull request #83 from reside-eng/update_dependency_stats_secret
Browse files Browse the repository at this point in the history
fix: update dependency stats secret
  • Loading branch information
mathieudi authored Nov 15, 2024
2 parents a549460 + bd900d2 commit 932f057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-nodejs-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
required: false
type: number
secrets:
CI_SERVICE_ACCOUNT:
DEPENDENCY_STATS_SERVICE_ACCOUNT:
required: true
NPM_READ_TOKEN:
required: true
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 932f057

Please sign in to comment.