Skip to content

Commit b44afeb

Browse files
committed
Fjerne apikey fra deploy alerts to prod workflow
1 parent 992ee88 commit b44afeb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-alerts-to-prod.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Deploy alerts for veilarbportefolje to prod-fss
22

33
on:
44
push:
5-
branches:
6-
- 'master'
75
paths:
86
- '.github/workflows/deploy-alerts-to-prod.yaml'
97
- '.nais/alerts/alerts-config-prod.yaml'
@@ -12,6 +10,8 @@ on:
1210
jobs:
1311
deploy-alerts:
1412
name: Deploy alerts to prod-fss
13+
permissions:
14+
id-token: write
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
@@ -20,6 +20,5 @@ jobs:
2020
- name: Deploy to prod-fss
2121
uses: nais/deploy/actions/deploy@v2
2222
env:
23-
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_OBO }}
2423
CLUSTER: prod-fss
2524
RESOURCE: .nais/alerts/alerts-config-prod.yaml

0 commit comments

Comments
 (0)