Skip to content

Update the module to our latest standards #41

Update the module to our latest standards

Update the module to our latest standards #41

Workflow file for this run

name: module-ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
permissions:
contents: read
id-token: write
jobs:
module-ci:

Check failure on line 19 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: 19, 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'.

Check failure on line 19 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: 19, Col: 3): Error calling workflow 'cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@add-all-tests-to-ci'. The nested job 'validate' is requesting 'id-token: write', but is only allowed 'id-token: none'.

Check failure on line 19 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: 19, 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:
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 }}