Trigger deployment on push to main and release #1
cicd.yml
on: push
test
deploy-to-production
/
deploy
deploy-to-staging
/
deploy
Annotations
1 error
Invalid workflow file:
.github/workflows/cicd.yml#L20
The workflow is not valid. .github/workflows/cicd.yml (Line: 20, Col: 3): Error calling workflow 'alukach/example-github-actions-deployment-workflow/.github/workflows/deploy.yml@88fbf5f8c6b2cd0d76b1bce619f09377b1f75ec8'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
|