Skip to content

Commit

Permalink
Vars instead of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ncgreene committed Oct 13, 2023
1 parent f38f741 commit dd5d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
json: ${{ secrets.OTTEHR_SECRETS_JSON }}

- name: Move env file into .env folder
run: mkdir -p packages/zambdas/.env/ && cp secrets.json packages/zambdas/.env/${{ variables.ENVIRONMENT }}.json
run: mkdir -p packages/zambdas/.env/ && cp secrets.json packages/zambdas/.env/${{ vars.ENVIRONMENT }}.json

- id: get-store-path
run: echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit dd5d312

Please sign in to comment.