Skip to content

Commit 454f0ea

Browse files
committed
adjust workflow to use var instead of secret
1 parent 455ae66 commit 454f0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}
5252
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
53-
CORBADO_FRONTEND_API: ${{ secrets.CORBADO_FRONTEND_API }}
53+
CORBADO_FRONTEND_API: ${{ vars.CORBADO_FRONTEND_API }}
5454
CORBADO_BACKEND_API: ${{ vars.CORBADO_BACKEND_API }}
5555

5656

0 commit comments

Comments
 (0)