We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caf486 commit eac1724Copy full SHA for eac1724
1 file changed
.github/workflows/create-release-pr.yml
@@ -55,6 +55,12 @@ jobs:
55
env:
56
VERSION_TYPE: ${{ github.event.inputs.version }}
57
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
+
64
- name: Get release notes
65
id: release-notes
66
run: |
@@ -117,4 +123,5 @@ jobs:
117
123
labels: |
118
124
Type: Release
119
125
assignees: ${{ github.actor }}
126
+ token: ${{ steps.app-token.outputs.token }}
120
127
draft: true
0 commit comments