Skip to content

Commit c83418f

Browse files
committed
app id as var
1 parent 9e41771 commit c83418f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
id: generate-token
104104
uses: actions/create-github-app-token@v1
105105
with:
106-
app-id: ${{ secrets.CROSS_REPO_APP_ID }}
106+
app-id: ${{ vars.CROSS_REPO_APP_ID }}
107107
private-key: ${{ secrets.CROSS_REPO_APP_PRIVATE_KEY }}
108108
owner: supabase
109109
repositories: realtime-js,supabase-js

0 commit comments

Comments
 (0)