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 4547ccb commit 7107804Copy full SHA for 7107804
.github/workflows/release-plz.yml
@@ -81,8 +81,8 @@ jobs:
81
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
82
id: generate-token
83
with:
84
- app-id: ${{ secrets.APP_ID }}
85
- private-key: ${{ secrets.APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
+ private-key: ${{ secrets.RELEASE_PLZ_PRIVATE_KEY }}
86
permission-contents: write
87
permission-pull-requests: write
88
0 commit comments