We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1091651 commit 8e7c2b9Copy full SHA for 8e7c2b9
.github/workflows/update_generation_config.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.
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
fetch-depth: 0
31
- token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
+ token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
32
- name: Install Dependencies
33
shell: bash
34
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
@@ -42,4 +42,4 @@ jobs:
42
--base_branch "${base_branch}" \
43
--repo ${{ github.repository }}
44
env:
45
- GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
+ GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
0 commit comments