You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each token can only access resources owned by a single user or organization.
This is a problem when using add-to-project with an issue and a project under different organisations, as both are accessed with the same github-token.
Currently the only way around this is to go back to using classic unrestricted tokens, without any kind of permissions control.
A simple solution to this could be to add an optionalproject-github-token that defaults to github-token. It can be ignored for most usecases, but it would let us keep using fine-grained tokens when targeting different organisations.
The text was updated successfully, but these errors were encountered:
As stated in the fine-access token documentation:
This is a problem when using
add-to-project
with an issue and a project under different organisations, as both are accessed with the samegithub-token
.Currently the only way around this is to go back to using classic unrestricted tokens, without any kind of permissions control.
A simple solution to this could be to add an optional
project-github-token
that defaults togithub-token
. It can be ignored for most usecases, but it would let us keep using fine-grained tokens when targeting different organisations.The text was updated successfully, but these errors were encountered: