From a09e38a7703b55337cdc73ffaf12fbf06c180707 Mon Sep 17 00:00:00 2001 From: matttrach Date: Wed, 17 Apr 2024 13:33:48 -0500 Subject: [PATCH] fix: add zone to release environment Signed-off-by: matttrach --- .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 0c5532e..57789eb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,6 @@ env: AWS_REGION: us-west-1 AWS_ROLE: arn:aws:iam::270074865685:role/terraform-module-ci-test GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - DOMAIN: ${{secrets.DOMAIN}} permissions: write-all @@ -49,6 +48,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_OWNER: rancher IDENTIFIER: ${{github.job}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}} + ZONE: ${{secrets.ZONE}} run: | go version cd ${{github.workspace}}/tests