Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Further cleanup upon feedback from the testers #357

Further cleanup upon feedback from the testers

Further cleanup upon feedback from the testers #357

Workflow file for this run

name: Deploy to Gov PaaS
on:
workflow_dispatch:
push:
paths-ignore:
- '**/README.md'
jobs:
test_and_deploy:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: communitiesuk/funding-service-design-workflows/.github/workflows/deploy.yml@main

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy to Gov PaaS

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 10, Col: 11): Secret FSD_GH_APP_ID is required, but not provided while calling. .github/workflows/deploy.yml (Line: 10, Col: 11): Secret FSD_GH_APP_KEY is required, but not provided while calling.
with:
app_name: ${{ github.event.repository.name }}
deploy_to_dev: true
run_performance_tests: true
run_e2e_tests: true
secrets:
CF_API: ${{secrets.CF_API}}
CF_ORG: ${{secrets.CF_ORG}}
CF_SPACE: ${{secrets.CF_SPACE}}
CF_USER: ${{secrets.CF_USERNAME}}
CF_PASSWORD: ${{secrets.CF_PASSWORD}}
E2E_PAT: ${{secrets.E2E_PAT}}
RSA256_PUBLIC_KEY_BASE64: ${{secrets.RSA256_PUBLIC_KEY_BASE64}}
GOV_NOTIFY_API_KEY: ${{secrets.GOV_NOTIFY_API_KEY}}