We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f70937 commit 658bd0eCopy full SHA for 658bd0e
.github/workflows/build-and-release.yml
@@ -38,7 +38,7 @@ jobs:
38
# the auto-commit action uses the GITHUB_TOKEN to create the commit
39
- name: Set GITHUB_TOKEN
40
run: |
41
- echo "GITHUB_TOKEN=${{ steps.app-token.outputs.token }}" >> $GITHUB_ENV
+ echo "GITHUB_TOKEN=${{ github.event.inputs.gh-token }}" >> $GITHUB_ENV
42
- uses: stefanzweifel/git-auto-commit-action@v4
43
id: empty-commit
44
with:
0 commit comments