Skip to content

Commit

Permalink
debug federation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Sep 23, 2024
1 parent b1cd91c commit 6bab84d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

permissions:
id-token: write
contents: write
contents: read
pull-requests: write

jobs:
Expand All @@ -19,5 +19,5 @@ jobs:
uses: ./.github/workflows/infra-plan-template.yml
with:
environment: ${{ matrix.environment }}
tf_state: init
tf_state: cert
working_dir: infra/deploy/cert
2 changes: 1 addition & 1 deletion .github/workflows/infra-plan-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

permissions:
id-token: write
contents: write
contents: read
pull-requests: write

jobs:
Expand Down
1 change: 1 addition & 0 deletions infra/deploy/cert/provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
provider "azurerm" {
use_oidc = true
use_cli = true
features {}
}

0 comments on commit 6bab84d

Please sign in to comment.