We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65b294 commit 9f9127aCopy full SHA for 9f9127a
.github/workflows/alert-deploy.yaml
@@ -37,7 +37,7 @@ jobs:
37
CLUSTER: test
38
RESOURCE: .nais/alerts.yaml,ext_alertconfig/alertconfig.yaml
39
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
40
- VAR: cluster=test,team=${{ env.team }}
+ VAR: cluster=test,team=${{ env.TEAM }}
41
42
prod-deploy:
43
name: Deploy alerts to prod
@@ -61,4 +61,4 @@ jobs:
61
CLUSTER: prod
62
63
64
- VAR: cluster=prod,team=${{ env.team }}
+ VAR: cluster=prod,team=${{ env.TEAM }}
0 commit comments