Skip to content

Commit

Permalink
🚧 Tweak env variables (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsml committed Jun 28, 2023
1 parent c20d198 commit 35f631d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/purge_cdn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
id-token: write
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
CDN_PROFILE_NAME: ${{ vars.AZURE_CDN_PROFILE_NAME }}
jobs:
purge-cdn:
if: github.event.inputs.environment == 'production'
Expand All @@ -22,6 +23,6 @@ jobs:
secrets: inherit
with:
environment: production
cdnProfileName: ${{ vars.AZURE_CDN_PROFILE_NAME }}
cdnProfileName: ${{ env.CDN_PROFILE_NAME }}
cdnEndpointName: ${{ vars.AZURE_STORYBOOK_ENDPOINT_NAME }}
azureResourceGroup: ${{ vars.AZURE_RESOURCE_GROUP }}

0 comments on commit 35f631d

Please sign in to comment.