diff --git a/.github/workflows/automerge-crowdin.yml b/.github/workflows/automerge-crowdin.yml index 4a1dbcefde2..b0782abaf51 100644 --- a/.github/workflows/automerge-crowdin.yml +++ b/.github/workflows/automerge-crowdin.yml @@ -20,7 +20,7 @@ jobs: credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }} - name: Google Secrets id: google-secrets - uses: google-github-actions/get-secretmanager-secrets@v1.0.1 + uses: google-github-actions/get-secretmanager-secrets@v2.1.2 with: secrets: |- VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN diff --git a/.github/workflows/automerge-translation.yml b/.github/workflows/automerge-translation.yml index 08ed05b829c..6f10038fcab 100644 --- a/.github/workflows/automerge-translation.yml +++ b/.github/workflows/automerge-translation.yml @@ -19,7 +19,7 @@ jobs: credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }} - name: Google Secrets id: google-secrets - uses: google-github-actions/get-secretmanager-secrets@v1.0.1 + uses: google-github-actions/get-secretmanager-secrets@v2.1.2 with: secrets: |- VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN diff --git a/.github/workflows/bump-app-version.yml b/.github/workflows/bump-app-version.yml index b8409fdce7b..1e80e775945 100644 --- a/.github/workflows/bump-app-version.yml +++ b/.github/workflows/bump-app-version.yml @@ -22,7 +22,7 @@ jobs: credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }} - name: Google Secrets id: google-secrets - uses: google-github-actions/get-secretmanager-secrets@v1.0.1 + uses: google-github-actions/get-secretmanager-secrets@v2.1.2 with: secrets: |- BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index bb1ab8d7db9..8cb386e6676 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -24,7 +24,7 @@ jobs: - name: Google Secrets if: ${{ env.SECRETS_AVAILABLE }} id: google-secrets - uses: google-github-actions/get-secretmanager-secrets@v1.0.1 + uses: google-github-actions/get-secretmanager-secrets@v2.1.2 with: secrets: |- EMERGE_API_TOKEN:projects/1027349420744/secrets/EMERGE_API_TOKEN diff --git a/.github/workflows/update-licenses-disclaimer.yml b/.github/workflows/update-licenses-disclaimer.yml index 3c58580b160..2a31eb574a5 100644 --- a/.github/workflows/update-licenses-disclaimer.yml +++ b/.github/workflows/update-licenses-disclaimer.yml @@ -22,7 +22,7 @@ jobs: credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }} - name: Google Secrets id: google-secrets - uses: google-github-actions/get-secretmanager-secrets@v1.0.1 + uses: google-github-actions/get-secretmanager-secrets@v2.1.2 with: secrets: |- BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY