From a9c880ede150663de1b2017dc09f6ec0f6931bed Mon Sep 17 00:00:00 2001 From: 1riatsila1 Date: Tue, 3 Dec 2024 14:24:02 +0200 Subject: [PATCH] update env file --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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