Skip to content

Commit 1aff087

Browse files
authored
updpate GOOGLE_SERVICES_JSON (#6595)
1 parent 052bf34 commit 1aff087

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 #v2.1.0
3232
- run: ./scripts/run-benchmarks.main.kts
3333
env:
34-
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
34+
GOOGLE_SERVICES_JSON: ${{ secrets.APOLLO_KOTLIN_GOOGLE_SERVICES_JSON }}
3535
DD_API_KEY: ${{ secrets.DD_API_KEY }}
3636
GITHUB_TOKEN: ${{ github.token }}
3737
- name: nativebenchmarks

.github/workflows/preview.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
sed -i .old 's/VERSION_NAME=\([\.0-9]*\).*/VERSION_NAME=\1-${{ inputs.prerelease }}/g' gradle.properties
3131
./gradlew librarianPublishToGcs
3232
env:
33-
LIBRARIAN_GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
34-
GITHUB_TOKEN: ${{ github.token }}
33+
LIBRARIAN_GOOGLE_SERVICES_JSON: ${{ secrets.APOLLO_KOTLIN_GOOGLE_SERVICES_JSON }}

0 commit comments

Comments
 (0)