Skip to content

Commit 260740b

Browse files
committed
move public key from secret to variable
1 parent a7f6834 commit 260740b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
env:
3838
TYPESENSE_ADMIN_API_KEY: ${{ secrets.TYPESENSE_ADMIN_API_KEY }}
3939
TYPESENSE_WRITE_API_KEY: ${{ secrets.TYPESENSE_WRITE_API_KEY }}
40-
TYPESENSE_PUBLIC_API_KEY: ${{ secrets.TYPESENSE_PUBLIC_API_KEY }}
40+
TYPESENSE_PUBLIC_API_KEY: ${{ vars.TYPESENSE_PUBLIC_API_KEY }}

0 commit comments

Comments
 (0)