We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990effa + 810335f commit e1dbe47Copy full SHA for e1dbe47
.github/workflows/update_generation_config.yaml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
with:
31
fetch-depth: 0
32
- token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
+ token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
33
- name: Install Dependencies
34
shell: bash
35
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
@@ -43,5 +43,5 @@ jobs:
43
--base_branch "${base_branch}" \
44
--repo ${{ github.repository }}
45
env:
46
- GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
+ GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
47
0 commit comments