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 1948295 commit 7d3c54dCopy full SHA for 7d3c54d
.github/workflows/build-and-release.yml
@@ -33,12 +33,12 @@ jobs:
33
- name: Checkout backup-utils
34
uses: actions/checkout@v4
35
with:
36
- token: ${{ steps.app-token.outputs.token }}
+ token: ${{ github.event.inputs.gh-token }}
37
repository: github/backup-utils
38
# 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
+ # - name: Set GITHUB_TOKEN
+ # run: |
+ # echo "GITHUB_TOKEN=${{ github.event.inputs.gh-token }}" >> $GITHUB_ENV
42
- uses: stefanzweifel/git-auto-commit-action@v4
43
id: empty-commit
44
0 commit comments