Skip to content

Merge pull request #16 from ministryofjustice/test-dev #1

Merge pull request #16 from ministryofjustice/test-dev

Merge pull request #16 from ministryofjustice/test-dev #1

Workflow file for this run

name: Feed Parser Deployment
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
deployDev:
name: Dev deploy to ECR
uses: ./.github/workflows/rw-build-image.yaml
secrets:
ecr-role: ${{ secrets.DEV_ECR_ROLE_TO_ASSUME }}
ecr-region: ${{ vars.DEV_ECR_REGION }}
ecr-repo: ${{ vars.DEV_ECR_REPOSITORY }}
avature-feed-username: ${{ secrets.AVATURE_FEED_USERNAME }}

Check failure on line 18 in .github/workflows/cd-dev.yaml

View workflow run for this annotation

GitHub Actions / Feed Parser Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/cd-dev.yaml (Line: 18, Col: 32): Invalid secret, avature-feed-username is not defined in the referenced workflow. .github/workflows/cd-dev.yaml (Line: 19, Col: 32): Invalid secret, avature-feed-password **password-space-removed** not defined in the referenced workflow.
avature-feed-password: ${{ secrets.AVATURE_FEED_PASSWORD }}