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 4b05fb8 commit 9decbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
id: github-app
with:
revoke: true
app_id: ${{ secrets.BOT_GITHUB_APP_ID }}
app_id: ${{ vars.BOT_GITHUB_APP_ID }}
installation_retrieval_mode: "id"
installation_retrieval_payload: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }}
installation_retrieval_payload: ${{ vars.BOT_ITHUB_APP_INSTALLATION_ID }}
private_key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
repositories: >-
["${{ github.repository }}"]
Expand Down

0 comments on commit 9decbd5

Please sign in to comment.