Skip to content

Commit f4ef922

Browse files
chore: use token for commit step in draft-release job (#27244)
1 parent ba6a87b commit f4ef922

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
- name: Commit changes
9393
env:
9494
VERSION: ${{ inputs.next_version }}
95+
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
9596
run: |
97+
gh auth setup-git
9698
git add .
9799
git commit -m "chore: release v$VERSION"
98100
git push

0 commit comments

Comments
 (0)