Skip to content

Commit

Permalink
hotfix: testing github workflow vars
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Dec 18, 2024
1 parent 17727cb commit e6deb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chicmoz-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Print important information
env:
CHICMOZ_AZTEC_RPC: ${{ env.CHICMOZ_AZTEC_RPC }}
CHICMOZ_AZTEC_RPC: ${{ vars.CHICMOZ_AZTEC_RPC }}
run: |
echo "VERSION: $(git describe --tags)"
echo "CHICMOZ_AZTEC_RPC: $CHICMOZ_AZTEC_RPC"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Deploy to cluster with Skaffold
env:
CHICMOZ_AZTEC_RPC: ${{ env.CHICMOZ_AZTEC_RPC }}
CHICMOZ_AZTEC_RPC: ${{ vars.CHICMOZ_AZTEC_RPC }}
run: |
MAX_RETRIES=3
RETRY_DELAY=10
Expand Down

0 comments on commit e6deb6f

Please sign in to comment.