Skip to content

Create Manifest (53) (#74) #53

Create Manifest (53) (#74)

Create Manifest (53) (#74) #53

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- develop
- 'release/*'
pull_request:
branches:
- develop
permissions:
id-token: write
contents: read
jobs:
ci:
uses: dvsa/cvs-github-actions/.github/workflows/node-ci.yaml@develop
secrets:
CVS_MGMT_AWS_ROLE: ${{ secrets.CVS_MGMT_AWS_ROLE }}
CVS_SERVICES_S3: ${{ secrets.CVS_SERVICES_S3 }}