We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992ee88 commit b44afebCopy full SHA for b44afeb
.github/workflows/deploy-alerts-to-prod.yaml
@@ -2,8 +2,6 @@ name: Deploy alerts for veilarbportefolje to prod-fss
2
3
on:
4
push:
5
- branches:
6
- - 'master'
7
paths:
8
- '.github/workflows/deploy-alerts-to-prod.yaml'
9
- '.nais/alerts/alerts-config-prod.yaml'
@@ -12,6 +10,8 @@ on:
12
10
jobs:
13
11
deploy-alerts:
14
name: Deploy alerts to prod-fss
+ permissions:
+ id-token: write
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
@@ -20,6 +20,5 @@ jobs:
20
- name: Deploy to prod-fss
21
uses: nais/deploy/actions/deploy@v2
22
env:
23
- APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_OBO }}
24
CLUSTER: prod-fss
25
RESOURCE: .nais/alerts/alerts-config-prod.yaml
0 commit comments