Replies: 2 comments
-
|
Why are you starting this discussion? What GitHub Actions topic or product is this about? Discussion Details |
Beta Was this translation helpful? Give feedback.
-
|
It seems the issue is that the GITHUB_TOKEN no longer can create releases between repos in the same organization. I solved my issue by forking action-gh-release and making it so that it reads the softprops/action-gh-release@2bdaa59 The PAT token (or fine-grained token) needs to have access to the org repos to publish the contents |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Misc
Discussion Details
Hi, we have a complex build pipeline. Were we need to build a core package and then create releases on multiple sub repos (in the same org) using the artifacts from the core package. In order to achieve this, we were using the action-gh-release with a PAT that had the correct permissions.
Suddenly our build pipeline started failing and I'm now getting the following error:
I tried creating a fine-grained token in case this was a problem with the tokens being deprecated but still get the same error. Even if the permissions are set to
content:writeon the org level.Any ideas if this broke accidentally or if this is an intentional change on Github?
Beta Was this translation helpful? Give feedback.
All reactions