Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 8526ef7

Browse files
committed
chore: use from secrets instead of vars
1 parent 78e9fcc commit 8526ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id: generate-token
9595
uses: actions/create-github-app-token@v1
9696
with:
97-
app-id: ${{ vars.CROSS_REPO_APP_ID }}
97+
app-id: ${{ secrets.CROSS_REPO_APP_ID }}
9898
private-key: ${{ secrets.CROSS_REPO_APP_PRIVATE_KEY }}
9999
owner: supabase
100100
repositories: postgrest-js,supabase-js

0 commit comments

Comments
 (0)