We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c1fee commit 1091651Copy full SHA for 1091651
.github/workflows/hermetic_library_generation.yaml
@@ -1,4 +1,4 @@
1
-CLOUD_JAVA_BOT_GITHUB_TOKEN# Copyright 2024 Google LLC
+# Copyright 2024 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -36,10 +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/sdk-platform-java/.github/scripts@v2.65.1
41
42
43
base_ref: ${{ github.base_ref }}
44
head_ref: ${{ github.head_ref }}
45
0 commit comments