Skip to content

Commit

Permalink
Update deploy-alerts-to-prod.yaml (#101)
Browse files Browse the repository at this point in the history
* Update deploy-alerts-to-prod.yaml

* Update main.yml
  • Loading branch information
klaramargrethehelgemo authored Sep 18, 2023
1 parent aa5c463 commit a6ad60b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-alerts-to-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
- '.github/workflows/deploy-alerts-to-prod.yaml'
- '.nais/alerts/alerts-config-prod.yaml'
workflow_dispatch:

permissions:
packages: write
contents: write
jobs:
deploy-alerts:
name: Deploy alerts to prod-fss
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ env:
IMAGE_TAG: ${{ github.sha }}
IMAGE: ghcr.io/${{ github.repository }}/veilarboppgave
PRINT_PAYLOAD: true
permissions:
packages: write
contents: write
jobs:
test:
name: Run tests
Expand Down

0 comments on commit a6ad60b

Please sign in to comment.