We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c12ca commit ada4676Copy full SHA for ada4676
1 file changed
.github/workflows/publish.yml
@@ -109,7 +109,7 @@ jobs:
109
id : dispatch_bot_token
110
uses : actions/create-github-app-token@v3
111
with :
112
- app-id : ${{ secrets.GH_FRONTEGG_BOT_APP_ID }}
+ client-id : ${{ secrets.GH_FRONTEGG_BOT_CLIENT_ID }}
113
private-key : ${{ secrets.GH_FRONTEGG_BOT_APP_SECRET }}
114
owner : frontegg
115
repositories : |
0 commit comments