Skip to content

Commit

Permalink
Use GitHub app token.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Apr 30, 2023
1 parent 91784b4 commit 3f21316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: push
uses: dblock/commit@edcd15e90878df73c18a5bbdcd5755f10be8baa0
with:
github-token: ${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }}
github-token: ${{ steps.github_app_token.outputs.token }}
push-branch: 'automated-api-update'
commit-message: Update API from slack-api-ref@${{ steps.api-ref.outputs.api-ref }} (${{ steps.date.outputs.date }})
commit-amend: true
Expand Down

0 comments on commit 3f21316

Please sign in to comment.