Closed akaszynski closed 2 months ago
Release step is failing to create a release: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#permissions
Turns out we need to add contents: write to our release step permissions. See Workflow syntax for GitHub Actions .
contents: write
Release step is failing to create a release: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#permissions
Turns out we need to add
contents: write
to our release step permissions. See Workflow syntax for GitHub Actions .