Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Feb 18, 2024
1 parent 9decbd5 commit d0131a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
revoke: true
app_id: ${{ vars.BOT_GITHUB_APP_ID }}
installation_retrieval_mode: "id"
installation_retrieval_payload: ${{ vars.BOT_ITHUB_APP_INSTALLATION_ID }}
installation_retrieval_payload: ${{ vars.BOT_GITHUB_APP_INSTALLATION_ID }}
private_key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
repositories: >-
["${{ github.repository }}"]
Expand Down

0 comments on commit d0131a8

Please sign in to comment.