We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c45b commit 85c1feeCopy full SHA for 85c1fee
.github/workflows/generate_new_client_hermetic_build.yaml
@@ -1,4 +1,4 @@
1
-CLOUD_JAVA_BOT_GITHUB_TOKENname: Generate new GAPIC client library (Hermetic Build)
+name: Generate new GAPIC client library (Hermetic Build)
2
on:
3
workflow_dispatch:
4
# some inputs are omitted due to limit of 10 input arguments
@@ -114,4 +114,4 @@ jobs:
114
API_SHORTNAME: ${{ github.event.inputs.api_shortname }}
115
GENERATION_ARGUMENTS: ${{ steps.config_generation.outputs.new_library_args }}
116
DOCKER_VOLUMES: ${{ steps.generation.outputs.repo_volumes }}
117
- GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
+ GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
0 commit comments