Closed kjd closed 10 months ago
While I expect it to fail (credentials for PyPI haven't been supplied yet), I don't expect it to fail the way it did:
Invalid workflow file: .github/workflows/deploy.yml#L12 The workflow is not valid. .github/workflows/deploy.yml (Line: 12, Col: 3): Unexpected value 'content'
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
Appears to be contents now?
contents
While I expect it to fail (credentials for PyPI haven't been supplied yet), I don't expect it to fail the way it did: