Skip to content

Commit

Permalink
Bruk mer restriktive tillatelser i alert workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
klechr committed Aug 15, 2023
1 parent 43c3f41 commit 77dc8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alerts-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
paths:
- '.nais/alerts-dev.yaml'
- '.github/workflows/alerts-deploy-dev.yaml'

permissions: {}

jobs:
apply-alerts:
name: Apply alerts to cluster
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/alerts-deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
paths:
- '.nais/alerts-prod.yaml'
- '.github/workflows/alerts-deploy-prod.yaml'

permissions: {}

jobs:
apply-alerts:
name: Apply alerts to cluster
Expand Down

0 comments on commit 77dc8a4

Please sign in to comment.