Skip to content

Commit

Permalink
Fjerne apikey fra deploy alerts to prod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieHillRoa committed Feb 20, 2024
1 parent 992ee88 commit b44afeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-alerts-to-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy alerts for veilarbportefolje to prod-fss

on:
push:
branches:
- 'master'
paths:
- '.github/workflows/deploy-alerts-to-prod.yaml'
- '.nais/alerts/alerts-config-prod.yaml'
Expand All @@ -12,6 +10,8 @@ on:
jobs:
deploy-alerts:
name: Deploy alerts to prod-fss
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -20,6 +20,5 @@ jobs:
- name: Deploy to prod-fss
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_OBO }}
CLUSTER: prod-fss
RESOURCE: .nais/alerts/alerts-config-prod.yaml

0 comments on commit b44afeb

Please sign in to comment.