Skip to content

Commit 891aecf

Browse files
authored
Merge pull request #585 from slack-ruby/copilot/sub-pr-578
Fix CI not triggering on automated API update PRs
2 parents dd04a47 + 040a076 commit 891aecf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: cpr
4646
uses: peter-evans/create-pull-request@v8
4747
with:
48-
token: ${{ secrets.GITHUB_TOKEN }}
48+
token: ${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }}
4949
commit-message: Update API from slack-api-ref@${{ steps.api-ref.outputs.api-ref }} (${{ steps.date.outputs.date }})
5050
title: Update API from slack-api-ref@${{ steps.api-ref.outputs.api-ref }}
5151
body: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* [#581](https://github.com/slack-ruby/slack-ruby-client/pull/581): Migrate Danger to use danger-pr-comment workflow - [@dblock](https://github.com/dblock).
44
* [#583](https://github.com/slack-ruby/slack-ruby-client/pull/583): Not found errors raised by id_for use more specific error classes when they exist - [@eizengan](https://github.com/eizengan).
5+
* [#585](https://github.com/slack-ruby/slack-ruby-client/pull/585): Fix ci not triggering on automated api update prs - [@Copilot](https://github.com/Copilot).
56
* Your contribution here.
67

78
### 3.1.0 (2025/11/15)

0 commit comments

Comments
 (0)