Skip to content

Commit

Permalink
update env file
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Dec 3, 2024
1 parent 0cd06c1 commit a9c880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Inject Env File
run: echo "${{ secrets.ACCEPTANCE_ENV }}" > acceptance.env
run: echo "${{ secrets.ACCEPTANCE_ENV_FILE }}" > acceptance.env

- name: Run Acceptance Tests
run: just acceptance-tests acceptance.env
Expand Down

0 comments on commit a9c880e

Please sign in to comment.