Skip to content

Release to dev

Release to dev #110

Workflow file for this run

name: Release to dev
on:
workflow_dispatch:
jobs:
build-and-deploy:

Check failure on line 6 in .github/workflows/dev.yaml

View workflow run for this annotation

GitHub Actions / Release to dev

Invalid workflow file

The workflow is not valid. .github/workflows/dev.yaml (Line: 6, Col: 3): Error calling workflow 'cere-io/reusable-workflows/.github/workflows/deploy-to-cloudfront.yaml@master'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: cere-io/reusable-workflows/.github/workflows/deploy-to-cloudfront.yaml@master
with:
build_container: 'node:20-buster'
install_packages_command: 'yarn install'
build_command: 'yarn build'
path_to_static_files_to_upload: 'packages/apps/build'
s3_bucket_name: 'dev-cere-explorer-dist'
aws_account_id: ${{ vars.DEV_NETWORK_AWS_ACCOUNT_ID }}