We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384b03d commit eaf1215Copy full SHA for eaf1215
.github/workflows/create_additional_release_tag.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout code
16
uses: actions/checkout@v4
17
with:
18
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
19
- name: Set up Git
20
run: |
21
git config --local user.email "action@github.com"
0 commit comments