Skip to content

v5.3.1b

v5.3.1b #13

Workflow file for this run

### This is the Terraform-generated prod-promote.yml workflow for the ###
### docker-matomo-prod repository. ###
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the ###
### document. ###
name: Prod Container Promote
on:
workflow_dispatch:
release:
types: [published]
permissions: read-all
jobs:
deploy:

Check failure on line 14 in .github/workflows/prod-promote.yml

View workflow run for this annotation

GitHub Actions / Prod Container Promote

Invalid workflow file

The workflow is not valid. .github/workflows/prod-promote.yml (Line: 14, Col: 3): Error calling workflow 'mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@main'. 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.
permissions:
id-token: write
contents: read
name: Prod Container Promote
uses: mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@main
secrets: inherit
with:
AWS_REGION: "us-east-1"
GHA_ROLE_STAGE: docker-matomo-gha-stage
GHA_ROLE_PROD: docker-matomo-gha-prod
ECR_STAGE: "docker-matomo-stage"
ECR_PROD: "docker-matomo-prod"
# FUNCTION: ""