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 f91bf6f commit 7f8da2dCopy full SHA for 7f8da2d
.github/workflows/deployment.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "DB_DROP_SCHEMA=${{ secrets.DB_DROP_SCHEMA }}" >> ${{inputs.env_file}}
43
echo "AUTH_SECRET=${{ secrets.AUTH_SECRET }}" >> ${{inputs.env_file}}
44
echo "JWT_EXPIRES_IN=${{ secrets.JWT_EXPIRES_IN }}" >> ${{inputs.env_file}}
45
- echo "PORT=${{ secrets.PORT }}" >> ${{inputs.env_file}}
+ echo "PORT=${{ vars.PORT }}" >> ${{inputs.env_file}}
46
test:
47
runs-on: [self-hosted, "${{inputs.runner}}"]
48
needs: create_env
0 commit comments