Skip to content

Dev Container Build and Deploy #39

Dev Container Build and Deploy

Dev Container Build and Deploy #39

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/**'
jobs:
deploy:

Check failure on line 16 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: 16, Col: 3): Error calling workflow 'mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526'. The workflow is requesting 'actions: read, attestations: read, checks: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, models: read', but is only allowed 'actions: none, attestations: none, checks: none, deployments: none[...]
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
# checkov:skip=CKV2_GHA_1:This ONLY uses a shared workflow and that shared workflow has restricted permissions
permissions:
id-token: write
contents: read
name: Dev Container Deploy
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
secrets: inherit
with:
AWS_REGION: "us-east-1"
GHA_ROLE: "docker-matomo-gha-dev"
ECR: "docker-matomo-dev"
# FUNCTION: ""
# PREBUILD: