Skip to content

Commit dc8a848

Browse files
committed
fix: proper gh auth?
1 parent 8931943 commit dc8a848

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-dumps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,8 @@ jobs:
396396
- name: Create Pull Request if changes
397397
if: steps.commit.outputs.changed == 'true'
398398
env:
399-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
399+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
400400
run: |
401-
echo $GITHUB_TOKEN | gh auth login --with-token
402401
gh pr create \
403402
--base main \
404403
--head update-${{ inputs.cache_version }} \

0 commit comments

Comments
 (0)