Skip to content

Commit 8e7c2b9

Browse files
Update GitHub token in workflow configuration
1 parent 1091651 commit 8e7c2b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLOUD_JAVA_BOT_GITHUB_TOKEN# Copyright 2024 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -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)