0.20.0
Release Summary
Fix(deploy): resolved permissions issues in deploy workflows, ensuring deployments succeed with correct token scopes.
Internal: refreshed actions/workflows documentation and updated GitHub Actions dependencies across the repository.
Breaking change(s)
Deploy workflows now require explicit permissions on contents (read), deployments (write), id-token (write), issues (write), and pull-requests (write); update your workflow permissions accordingly (see PR #316).
What's Changed
- fix(deploy)!: permissions issues for deploy workflows by @neilime in #316
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #317
- build(deps): Bump the github-actions-dependencies group across 4 directories with 8 updates by @dependabot[bot] in #318
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #319
Full Changelog: 0.19.0...0.20.0