Skip to content

Commit

Permalink
Add setting env variable in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrWachulec committed May 20, 2024
1 parent d88b8c0 commit 0bc274e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

- name: Deploy resources DEV
uses: azure/powershell@v1
env:
NOTIFICATION_WEBHOOK: ${{ secrets.NOTIFICATION_WEBHOOK_DEV }}
with:
inlineScript: |
$ParamsDev = @{
Expand Down Expand Up @@ -58,6 +60,8 @@ jobs:

# - name: Deploy PROD resource group
# uses: azure/powershell@v1
# env:
# NOTIFICATION_WEBHOOK: ${{ secrets.NOTIFICATION_WEBHOOK_DEV }}
# with:
# inlineScript: |
# $ParamsProd = @{
Expand Down

0 comments on commit 0bc274e

Please sign in to comment.