Skip to content

Commit 7d3c54d

Browse files
committed
uses the checkout git config, I thiink
1 parent 1948295 commit 7d3c54d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Checkout backup-utils
3434
uses: actions/checkout@v4
3535
with:
36-
token: ${{ steps.app-token.outputs.token }}
36+
token: ${{ github.event.inputs.gh-token }}
3737
repository: github/backup-utils
3838
# the auto-commit action uses the GITHUB_TOKEN to create the commit
39-
- name: Set GITHUB_TOKEN
40-
run: |
41-
echo "GITHUB_TOKEN=${{ github.event.inputs.gh-token }}" >> $GITHUB_ENV
39+
# - name: Set GITHUB_TOKEN
40+
# run: |
41+
# echo "GITHUB_TOKEN=${{ github.event.inputs.gh-token }}" >> $GITHUB_ENV
4242
- uses: stefanzweifel/git-auto-commit-action@v4
4343
id: empty-commit
4444
with:

0 commit comments

Comments
 (0)