Skip to content

Commit

Permalink
refactor(envited.ascs.digital): rename env variable
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Branje <[email protected]>
  • Loading branch information
jeroenbranje committed Feb 27, 2024
1 parent ce8c7a4 commit e3cbde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environment: staging
env:
ENV: ${{ vars.ENV }}
UPLOAD_BUCKET_NAME: ${{ vars.UPLOAD_BUCKET_NAME }}
NEXT_PUBLIC_UPLOAD_BUCKET_NAME: ${{ vars.NEXT_PUBLIC_UPLOAD_BUCKET_NAME }}
NEXTAUTH_URL: ${{ vars.NEXTAUTH_URL }}
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
steps:
Expand Down

0 comments on commit e3cbde4

Please sign in to comment.