diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7bd865..7e720f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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