File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 31
31
uses : google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
32
32
- run : ./scripts/run-benchmarks.main.kts
33
33
env :
34
- GOOGLE_SERVICES_JSON : ${{ secrets.GOOGLE_SERVICES_JSON }}
34
+ GOOGLE_SERVICES_JSON : ${{ secrets.APOLLO_KOTLIN_GOOGLE_SERVICES_JSON }}
35
35
DD_API_KEY : ${{ secrets.DD_API_KEY }}
36
36
GITHUB_TOKEN : ${{ github.token }}
37
37
- name : nativebenchmarks
Original file line number Diff line number Diff line change 30
30
sed -i .old 's/VERSION_NAME=\([\.0-9]*\).*/VERSION_NAME=\1-${{ inputs.prerelease }}/g' gradle.properties
31
31
./gradlew librarianPublishToGcs
32
32
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 }}
You can’t perform that action at this time.
0 commit comments