Skip to content

INFRA-517: Phase 2

INFRA-517: Phase 2 #34

Workflow file for this run

### This is the Terraform-generated dev-build.yml workflow for the ###
### docker-matomo-dev app repository. ###
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the ###
### document. If the container requires any additional pre-build commands, ###
### uncomment and edit the PREBUILD line at the end of the document. ###
name: Dev Container Build and Deploy
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
permissions: read-all
jobs:
deploy:

Check failure on line 18 in .github/workflows/dev-build.yml

View workflow run for this annotation

GitHub Actions / Dev Container Build and Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/dev-build.yml (Line: 18, Col: 3): Error calling workflow 'mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@main'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: read'.
name: Dev Container Deploy
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@main
secrets: inherit
with:
AWS_REGION: "us-east-1"
GHA_ROLE: "docker-matomo-gha-dev"
ECR: "docker-matomo-dev"
# FUNCTION: ""
# PREBUILD: