We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8931943 commit dc8a848Copy full SHA for dc8a848
.github/workflows/update-dumps.yml
@@ -396,9 +396,8 @@ jobs:
396
- name: Create Pull Request if changes
397
if: steps.commit.outputs.changed == 'true'
398
env:
399
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
400
run: |
401
- echo $GITHUB_TOKEN | gh auth login --with-token
402
gh pr create \
403
--base main \
404
--head update-${{ inputs.cache_version }} \
0 commit comments