Skip to content

ci: Add deployment workflow for example #12

ci: Add deployment workflow for example

ci: Add deployment workflow for example #12

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test:
name: Test
uses: ./.github/workflows/test.yaml
deploy:

Check failure on line 12 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 12, Col: 3): Error calling workflow 'jontze/ng-remote-config/.github/workflows/deploy_example.yaml@5cc2895e20b1377545793f807d47747f2e3b57a6'. The nested job 'deploy' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Deploy
needs:
- test
uses: ./.github/workflows/deploy_example.yaml