Skip to content

Commit eac1724

Browse files
committed
Fix the workflow
1 parent 3caf486 commit eac1724

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
env:
5656
VERSION_TYPE: ${{ github.event.inputs.version }}
5757

58+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
59+
id: app-token
60+
with:
61+
app-id: ${{ vars.APP_ID }}
62+
private-key: ${{ secrets.PRIVATE_KEY }}
63+
5864
- name: Get release notes
5965
id: release-notes
6066
run: |
@@ -117,4 +123,5 @@ jobs:
117123
labels: |
118124
Type: Release
119125
assignees: ${{ github.actor }}
126+
token: ${{ steps.app-token.outputs.token }}
120127
draft: true

0 commit comments

Comments
 (0)