Skip to content

Commit

Permalink
Skrivetilgang til id-token for alert deploy-jobb
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 committed Jan 22, 2024
1 parent 2824de7 commit 9bdc83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-alerts-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
apply-alerts:
name: Apply alerts to cluster
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/api-alerts-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
apply-alerts:
name: Apply alerts to cluster
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9bdc83f

Please sign in to comment.