Skip to content

Commit b049fdc

Browse files
chore: update workflow github token (#11873)
1 parent 82f30f2 commit b049fdc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/generate_new_client_hermetic_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 }}

.github/workflows/hermetic_library_generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
if: env.SHOULD_RUN == 'true'
3737
with:
3838
fetch-depth: 0
39-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
39+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4040
- uses: googleapis/sdk-platform-java/.github/scripts@v2.65.1
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}
4444
head_ref: ${{ github.head_ref }}
45-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
45+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

.github/workflows/update_generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
31+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
3232
- name: Install Dependencies
3333
shell: bash
3434
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
@@ -42,4 +42,4 @@ jobs:
4242
--base_branch "${base_branch}" \
4343
--repo ${{ github.repository }}
4444
env:
45-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
45+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)