Skip to content

Commit

Permalink
Changes vars to env in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ales Zima committed Jun 12, 2024
1 parent 5d12d13 commit 4e697e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
build:
env:
PUBLIC_API_BASE_URL: ${{ vars.PUBLIC_API_BASE_URL}}
PUBLIC_API_BASE_URL: ${{ env.PUBLIC_API_BASE_URL }}
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
Expand Down

0 comments on commit 4e697e4

Please sign in to comment.