ci: remove permissions#381
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Pull Request Overview
This PR removes the explicit permissions configuration from the release workflow, likely to rely on default permissions.
- Removed the permissions block in the release job.
- Updated the CI configuration in the release workflow.
Comments suppressed due to low confidence (1)
.github/workflows/release.yml:11
- Verify that the removal of the explicit permissions block is intended and that the default permissions provide the necessary access for the release job.
permissions:
045190e to
0feedf5
Compare
Added
Description of new functionality, feature, or content that has been added in this pull request.
Changed
Description of the modifications made to existing functionality, feature, or content in this pull request. This could include changes to code, CI, documentation, etc.