Skip to content

Commit

Permalink
chore: switch from var to secret in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink committed Nov 26, 2024
1 parent b960906 commit df7e782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
sitemap_urls: ${{ vars.E2E_SITEMAP_URLS }}

0 comments on commit df7e782

Please sign in to comment.