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 637dfee commit 905bd44Copy full SHA for 905bd44
.github/workflows/update_api.yml
@@ -26,10 +26,18 @@ jobs:
26
run: bundle exec rake slack:api:update
27
- name: Remove files added by setup-ruby
28
run: rm -rf vendor
29
+ - name: GitHub App token
30
+ id: github_app_token
31
+ uses: tibdex/[email protected]
32
+ with:
33
+ app_id: ${{ secrets.CI_APP_ID }}
34
+ private_key: ${{ secrets.CI_APP_PRIVATE_KEY }}
35
+ installation_id: 36985419
36
- name: Create pull request
37
id: create-pull-request
38
uses: peter-evans/create-pull-request@v4
39
with:
40
+ token: ${{ steps.github_app_token.outputs.token }}
41
commit-message: Update API from slack-api-ref
42
title: Update API from slack-api-ref
43
body: |
0 commit comments