Skip to content

Commit

Permalink
update module workflows (cloudeteer/terraform-governance#58) (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Licht <[email protected]>
  • Loading branch information
lixhunter authored Dec 5, 2024
1 parent 19edd48 commit 0084509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
## Breaking Changes
<!-- Does this break backwards compatibility with the current major version? -->
<!-- If so, please provide an explanation why it is necessary. -->

5 changes: 2 additions & 3 deletions .github/workflows/module-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
module-ci:
uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@main
permissions:
contents: write
id-token: write
contents: read
issues: write
pull-requests: read
id-token: write
secrets:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
Expand Down

0 comments on commit 0084509

Please sign in to comment.