Skip to content

Commit 9f9127a

Browse files
authored
Fix 'team' env variable (#422)
1 parent d65b294 commit 9f9127a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alert-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CLUSTER: test
3838
RESOURCE: .nais/alerts.yaml,ext_alertconfig/alertconfig.yaml
3939
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
40-
VAR: cluster=test,team=${{ env.team }}
40+
VAR: cluster=test,team=${{ env.TEAM }}
4141

4242
prod-deploy:
4343
name: Deploy alerts to prod
@@ -61,4 +61,4 @@ jobs:
6161
CLUSTER: prod
6262
RESOURCE: .nais/alerts.yaml,ext_alertconfig/alertconfig.yaml
6363
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
64-
VAR: cluster=prod,team=${{ env.team }}
64+
VAR: cluster=prod,team=${{ env.TEAM }}

0 commit comments

Comments
 (0)