Skip to content

Commit 5431dc6

Browse files
authored
Merge pull request #1363 from frontegg/chore/upgrade-create-github-app-token-v3
ci: upgrade create-github-app-token action to v3
2 parents ccdda1a + ada4676 commit 5431dc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
await checkNpmVersions(github, ['@frontegg/react'], checkingVersion);
108108
- name : "Create bot token for dispatch"
109109
id : dispatch_bot_token
110-
uses : actions/create-github-app-token@v1
110+
uses : actions/create-github-app-token@v3
111111
with :
112-
app-id : ${{ secrets.GH_FRONTEGG_BOT_APP_ID }}
112+
client-id : ${{ secrets.GH_FRONTEGG_BOT_CLIENT_ID }}
113113
private-key : ${{ secrets.GH_FRONTEGG_BOT_APP_SECRET }}
114114
owner : frontegg
115115
repositories : |

0 commit comments

Comments
 (0)