Skip to content

DO NOT MERGE

DO NOT MERGE #972

---
name: core-security-deployment
on:
push:
branches:
- main
paths:
- 'terraform/environments/core-security/**'
- 'terraform/modules/vpc-hub/**'
- 'terraform/modules/core-monitoring/**'
- '!**.md'
- '.github/workflows/core-security-deployment.yml'
pull_request:
branches:
- main
paths:
- 'terraform/environments/core-security/**'
- 'terraform/modules/vpc-hub/**'
- 'terraform/modules/core-monitoring/**'
- '!**.md'
- '.github/workflows/core-security-deployment.yml'
workflow_dispatch:
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
pull-requests: write
defaults:
run:
shell: bash
jobs:
core-security-deployment-plan-apply:
uses: ./.github/workflows/reusable_terraform_plan_apply.yml

Check failure on line 35 in .github/workflows/core-security-deployment.yml

View workflow run for this annotation

GitHub Actions / core-security-deployment

Invalid workflow file

The workflow is not valid. .github/workflows/core-security-deployment.yml (Line: 35, Col: 11): Secret MODERNISATION_PLATFORM_ACCOUNT_NUMBER is required, but not provided while calling. .github/workflows/core-security-deployment.yml (Line: 35, Col: 11): Secret PASSPHRASE is required, but not provided while calling.
with:
working-directory: "terraform/environments/core-security"
environment: production
secrets:
modernisation_platform_environments: "${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }}"
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}