Skip to content

Commit

Permalink
add use oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Sep 23, 2024
1 parent 1157169 commit 041d122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [at22, at23, at24]
environment: [AT21, AT22, AT23, AT24]
uses: ./.github/workflows/infra-plan-template.yml
with:
environment: ${{ matrix.environment }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infra-plan-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Terraform Initialize
uses: altinn/altinn-platform/actions/terraform/plan@main
with:
working_directory: ${{ inputs.working_dir}}
working_directory: ${{ working_dir }}
oidc_type: environment
oidc_value: ${{ inputs.environment }}

Expand Down

0 comments on commit 041d122

Please sign in to comment.