From df7e78294a6a1686f0957df8b13b475591e452f3 Mon Sep 17 00:00:00 2001 From: Thor Brink Date: Tue, 26 Nov 2024 14:45:51 +0100 Subject: [PATCH] chore: switch from var to secret in deploy action --- .github/workflows/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 0d54b3b..78aa747 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -33,4 +33,4 @@ jobs: needs: build uses: helsingborg-stad/municipio-e2e-action/.github/workflows/test.yml@main with: - sitemap_urls: ${{ secrets.E2E_SITEMAP_URLS }} \ No newline at end of file + sitemap_urls: ${{ vars.E2E_SITEMAP_URLS }} \ No newline at end of file