We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77952d2 commit f4a9843Copy full SHA for f4a9843
1 file changed
.github/workflows/hermetic_library_generation.yaml
@@ -36,11 +36,10 @@ jobs:
36
if: env.SHOULD_RUN == 'true'
37
with:
38
fetch-depth: 0
39
- token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
+ token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
40
- uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@google-cloud-shared-dependencies/v3.61.0
41
42
43
- image_tag: latest
44
base_ref: ${{ github.base_ref }}
45
head_ref: ${{ github.head_ref }}
46
0 commit comments