We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586fc26 commit 0b9c398Copy full SHA for 0b9c398
.github/workflows/verify-new-library-version-compatibility.yml
@@ -349,7 +349,7 @@ jobs:
349
runs-on: ubuntu-22.04
350
permissions: write-all
351
env:
352
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GRAALBOT_PR_TOKEN }}
353
needs:
354
- get-all-libraries
355
- test-all-metadata
@@ -359,8 +359,6 @@ jobs:
359
360
- name: "✏️ PR for supported versions"
361
run: |
362
- git config --local user.email "[email protected]"
363
- git config --local user.name "Github Actions"
364
git fetch origin ${{ needs.get-all-libraries.outputs.branch }}
365
git checkout ${{ needs.get-all-libraries.outputs.branch }}
366
gh pr create \
0 commit comments