Skip to content

Updating Terragrunt workflow to make it reusable #123

Updating Terragrunt workflow to make it reusable

Updating Terragrunt workflow to make it reusable #123

name: Create AKS Cluster
on:
push:
branches: [ 'main' ]
paths:
- "**/azure/**"
- ".github/workflows/azure-terraform.yml"
pull_request:
branches: [ 'main' ]
paths:
- "**/azure/**"
- ".github/workflows/azure-terraform.yml"
jobs:
create:

Check failure on line 16 in .github/workflows/azure-terraform.yml

View workflow run for this annotation

GitHub Actions / Create AKS Cluster

Invalid workflow file

The workflow is not valid. .github/workflows/azure-terraform.yml (Line: 16, Col: 3): Error calling workflow 'gh-runner-solutions/sk8s/.github/workflows/create-cluster.yml@192ef62a46777c24754791f5269616b811668175'. The workflow is requesting 'pull-requests: write, id-token: write', but is only allowed 'pull-requests: none, id-token: none'.
name: Create AKS Cluster
uses: ./.github/workflows/create-cluster.yml
with:
cloud_provider: azure
config_path: infra/live/azure/linux-public/