Commit 7aa6979
committed
ci: add required permissions to publish-release job
Add explicit permissions for the publish-release job in the GitHub Actions
release workflow. The job now has:
- id-token: write - Required for authentication with package registries
- contents: write - Required for creating GitHub releases
These permissions are necessary for the job to successfully publish
release artifacts and create GitHub releases as part of the automated
release process.1 parent 785acb0 commit 7aa6979
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments