Skip to content

Deploy to prod

Deploy to prod #1

Workflow file for this run

name: Deploy to prod
on:
workflow_dispatch:
schedule:
# every monday at 6:00 AM UTC
- cron: '0 6 * * 1'
jobs:
deploy-prod:

Check failure on line 10 in .github/workflows/deploy-prod.yaml

View workflow run for this annotation

GitHub Actions / Deploy to prod

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-prod.yaml (Line: 10, Col: 3): Error calling workflow 'bernardobridge/movie-service-serverless/.github/workflows/serverless-deploy.yaml@f24df5d11a2829ee743398791991b2ca4310783d'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/serverless-deploy.yaml
with:
ENVIRONMENT: prod