Skip to content

Commit 8931943

Browse files
committed
fix: add gh auth
1 parent f7d365d commit 8931943

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-dumps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,10 @@ jobs:
395395
396396
- name: Create Pull Request if changes
397397
if: steps.commit.outputs.changed == 'true'
398+
env:
399+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
398400
run: |
399-
gh auth setup-git
401+
echo $GITHUB_TOKEN | gh auth login --with-token
400402
gh pr create \
401403
--base main \
402404
--head update-${{ inputs.cache_version }} \

0 commit comments

Comments
 (0)