Skip to content

Commit

Permalink
Merge pull request #117 from kartverket/fix_scope
Browse files Browse the repository at this point in the history
fix scope for run-terraform job
  • Loading branch information
martinhny authored Dec 2, 2024
2 parents af7e869 + 0c2e9c8 commit 8e3647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ jobs:
id: octo-sts
if: ${{ inputs.use_platform_modules == true || inputs.checkout_submodules == true}}
with:
scope: kartverket/terraform-modules
scope: kartverket
identity: kartverket_repos
# Checkout the repository to the GitHub Actions runner
- name: Checkout
Expand Down

0 comments on commit 8e3647c

Please sign in to comment.