Skip to content

Commit 658bd0e

Browse files
committed
test use PAT token
1 parent 2f70937 commit 658bd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# the auto-commit action uses the GITHUB_TOKEN to create the commit
3939
- name: Set GITHUB_TOKEN
4040
run: |
41-
echo "GITHUB_TOKEN=${{ steps.app-token.outputs.token }}" >> $GITHUB_ENV
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)