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 9e41771 commit c83418fCopy full SHA for c83418f
.github/workflows/external-test.yml
@@ -103,7 +103,7 @@ jobs:
103
id: generate-token
104
uses: actions/create-github-app-token@v1
105
with:
106
- app-id: ${{ secrets.CROSS_REPO_APP_ID }}
+ app-id: ${{ vars.CROSS_REPO_APP_ID }}
107
private-key: ${{ secrets.CROSS_REPO_APP_PRIVATE_KEY }}
108
owner: supabase
109
repositories: realtime-js,supabase-js
0 commit comments