Skip to content

Commit

Permalink
use github deployments for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Feb 18, 2024
1 parent 15975a0 commit 4b05fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
with:
revoke: true
app_id: ${{ secrets.BOT_GITHUB_APP_ID }}
installation_id: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
installation_retrieval_mode: "id"
installation_retrieval_payload: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
private_key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
repositories: >-
["${{ github.repository }}"]
Expand Down

0 comments on commit 4b05fb8

Please sign in to comment.