Skip to content

Commit

Permalink
fix: app installation if
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 19, 2024
1 parent 83c2e29 commit 059487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
commit_sha: ${{ github.sha }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
app_installation_id: ${{ secrets.INSTALLATION_ID }}
app_installation_id: ${{ secrets.APP_INSTALLATION_ID }}
# other inputs...
# env:
# TEST_TEMPLATE: ${{ secrets.TEST_TEMPLATE }}
Expand Down

0 comments on commit 059487c

Please sign in to comment.