Commit c19392a
authored
[chore] fix GH token permissions for release creation (open-telemetry#39470)
This PR fixes an issue during the release process where the
`publish-stable` pipeline job failed for the last 3 releases with an
HTTP 403
([0.123.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/14182150955/job/39731596593),
[0.124.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/14457442306/job/40545089132),
[0.124.1](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/14478035233/job/40609097804)).
It seems that the default `GITHUB_TOKEN` doesn't have enough permissions
to create the release using the GH CLI.
Signed-off-by: Moritz Wiesinger <[email protected]>1 parent 5122fbe commit c19392a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
| 663 | + | |
| 664 | + | |
663 | 665 | | |
664 | 666 | | |
665 | 667 | | |
| |||
0 commit comments