Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: "Continuous Deployment"
on:
push:
branches:
- main
release:
types:
- published
jobs:
cd:

Check failure on line 11 in .github/workflows/cd.yaml

View workflow run for this annotation

GitHub Actions / Continuous Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/cd.yaml (Line: 11, Col: 3): Error calling workflow 'LCOGT/reusable-workflows/.github/workflows/continuous-deployment.yaml@main'. The nested job 'container' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: LCOGT/reusable-workflows/.github/workflows/continuous-deployment.yaml@main
secrets: inherit