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 15975a0 commit 4b05fb8Copy full SHA for 4b05fb8
.github/workflows/release-published.yml
@@ -23,7 +23,8 @@ jobs:
23
with:
24
revoke: true
25
app_id: ${{ secrets.BOT_GITHUB_APP_ID }}
26
- installation_id: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
+ installation_retrieval_mode: "id"
27
+ installation_retrieval_payload: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
28
private_key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
29
repositories: >-
30
["${{ github.repository }}"]
0 commit comments