Skip to content

Fix indentation in integration-workflow #3

Fix indentation in integration-workflow

Fix indentation in integration-workflow #3

Workflow file for this run

name: Subd Container Deployment Pipeline
on:
push:
branches: ["main"]
tags: ['v*.*.*']
pull_request:
branches: ["main"]
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
integration:

Check failure on line 16 in .github/workflows/pipeline.yaml

View workflow run for this annotation

GitHub Actions / Subd Container Deployment Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/pipeline.yaml (Line: 16, Col: 3): Error calling workflow 'amosehiguese/subdomain-scanner/.github/workflows/integration-workflow.yaml@3a9175e60711e1e793af76f980ab9c424079fae0'. The nested job 'build' is requesting 'checks: write', but is only allowed 'checks: none'.
uses: ./.github/workflows/integration-workflow.yaml
permissions:
contents: read
delivery:
needs: [integration]
uses: ./.github/workflows/delivery-workflow.yaml
permissions:
contents: read
packages: write
id-token: write
deploy-staging:
needs: [delivery]
uses: ./.github/workflows/deploy-aws-app-runner.yaml
with:
environment: Staging
permissions:
packages: read
secrets: inherit
deploy-production:
needs: [delivery]
uses: ./.github/workflows/deploy-aws-app-runner.yaml
with:
environment: Production
permissions:
packages: read
secrets: inherit