Skip to content

Commit 4b05fb8

Browse files
committed
use github deployments for releases
1 parent 15975a0 commit 4b05fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-published.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
with:
2424
revoke: true
2525
app_id: ${{ secrets.BOT_GITHUB_APP_ID }}
26-
installation_id: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
26+
installation_retrieval_mode: "id"
27+
installation_retrieval_payload: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
2728
private_key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
2829
repositories: >-
2930
["${{ github.repository }}"]

0 commit comments

Comments
 (0)