Skip to content

Commit 85c1fee

Browse files
Update GitHub token reference in workflow file
1 parent 949c45b commit 85c1fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_new_client_hermetic_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLOUD_JAVA_BOT_GITHUB_TOKENname: Generate new GAPIC client library (Hermetic Build)
1+
name: Generate new GAPIC client library (Hermetic Build)
22
on:
33
workflow_dispatch:
44
# some inputs are omitted due to limit of 10 input arguments
@@ -114,4 +114,4 @@ jobs:
114114
API_SHORTNAME: ${{ github.event.inputs.api_shortname }}
115115
GENERATION_ARGUMENTS: ${{ steps.config_generation.outputs.new_library_args }}
116116
DOCKER_VOLUMES: ${{ steps.generation.outputs.repo_volumes }}
117-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
117+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)