Skip to content

Commit b463a48

Browse files
authored
ci:update token in create_additional_release_tag.yaml (#13031)
CLOUD_JAVA_BOT_TOKEN has been replaced with CLOUD_JAVA_BOT_GITHUB_TOKEN
1 parent b096668 commit b463a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_additional_release_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717
with:
18-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
18+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
1919
- name: Set up Git
2020
run: |
2121
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)