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 f6d81ca commit b98dc37Copy full SHA for b98dc37
1 file changed
.github/workflows/dispatch_deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
id: app-token
25
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
26
with:
27
- app-id: ${{ secrets.GH_APP_LIBS_PR_MANAGER_ID }}
28
- private-key: ${{ secrets.GH_APP_LIBS_PR_MANAGER_PRIVATE_KEY }}
+ app-id: ${{ secrets.GH_APP_MANAGER_ID }}
+ private-key: ${{ secrets.GH_APP_MANAGER_PRIVATE_KEY }}
29
owner: supabase
30
31
- name: Dispatch version update
0 commit comments