Skip to content

Commit 0b9c398

Browse files
authored
Use graalvmbot when opening automated PRs to allow test workflows to run with them (#867)
1 parent 586fc26 commit 0b9c398

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/verify-new-library-version-compatibility.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
runs-on: ubuntu-22.04
350350
permissions: write-all
351351
env:
352-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
352+
GH_TOKEN: ${{ secrets.GRAALBOT_PR_TOKEN }}
353353
needs:
354354
- get-all-libraries
355355
- test-all-metadata
@@ -359,8 +359,6 @@ jobs:
359359

360360
- name: "✏️ PR for supported versions"
361361
run: |
362-
git config --local user.email "[email protected]"
363-
git config --local user.name "Github Actions"
364362
git fetch origin ${{ needs.get-all-libraries.outputs.branch }}
365363
git checkout ${{ needs.get-all-libraries.outputs.branch }}
366364
gh pr create \

0 commit comments

Comments
 (0)