Skip to content

Commit 3f21316

Browse files
committed
Use GitHub app token.
1 parent 91784b4 commit 3f21316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: push
6565
uses: dblock/commit@edcd15e90878df73c18a5bbdcd5755f10be8baa0
6666
with:
67-
github-token: ${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }}
67+
github-token: ${{ steps.github_app_token.outputs.token }}
6868
push-branch: 'automated-api-update'
6969
commit-message: Update API from slack-api-ref@${{ steps.api-ref.outputs.api-ref }} (${{ steps.date.outputs.date }})
7070
commit-amend: true

0 commit comments

Comments
 (0)