Skip to content

Update the module to our latest standards #40

Update the module to our latest standards

Update the module to our latest standards #40

Workflow file for this run

name: module-ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
module-ci:

Check failure on line 14 in .github/workflows/module-ci.yaml

View workflow run for this annotation

GitHub Actions / module-ci

Invalid workflow file

The workflow is not valid. .github/workflows/module-ci.yaml (Line: 14, Col: 3): Error calling workflow 'cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci
permissions:

Check failure on line 16 in .github/workflows/module-ci.yaml

View workflow run for this annotation

GitHub Actions / module-ci

Invalid workflow file

The workflow is not valid. In cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci (Line: 16, Col: 11): Error from called workflow cloudeteer/terraform-governance/.github/workflows/module-ci-validate.yaml@33931b0bb2d6a36968e1f960f93ac46e36375fbb (Line: 5, Col: 13): Unexpected value '' In cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci (Line: 16, Col: 11): Error from called workflow cloudeteer/terraform-governance/.github/workflows/module-ci-validate.yaml@33931b0bb2d6a36968e1f960f93ac46e36375fbb (Line: 6, Col: 5): Unexpected value 'env'

Check failure on line 16 in .github/workflows/module-ci.yaml

View workflow run for this annotation

GitHub Actions / module-ci

Invalid workflow file

The workflow is not valid. In cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci (Line: 16, Col: 11): Error from called workflow cloudeteer/terraform-governance/.github/workflows/module-ci-validate.yaml@c2cdbb1076f7c0222e4829afcd2fcddead5c412b (Line: 14, Col: 12): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.env In cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci (Line: 16, Col: 11): Error from called workflow cloudeteer/terraform-governance/.github/workflows/module-ci-validate.yaml@c2cdbb1076f7c0222e4829afcd2fcddead5c412b (Line: 14, Col: 12): Unexpected value '${{ secrets.env }}'
contents: write
pull-requests: read
secrets:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}