Skip to content

Commit b98dc37

Browse files
authored
chore(ci): update github app (#1918)
Closes REAL-830
1 parent f6d81ca commit b98dc37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
id: app-token
2525
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2626
with:
27-
app-id: ${{ secrets.GH_APP_LIBS_PR_MANAGER_ID }}
28-
private-key: ${{ secrets.GH_APP_LIBS_PR_MANAGER_PRIVATE_KEY }}
27+
app-id: ${{ secrets.GH_APP_MANAGER_ID }}
28+
private-key: ${{ secrets.GH_APP_MANAGER_PRIVATE_KEY }}
2929
owner: supabase
3030

3131
- name: Dispatch version update

0 commit comments

Comments
 (0)