Replies: 2 comments 1 reply
-
@boojamya It should be possible as long as you provide the necessary credentials and values. I personally never tested it, but the action doesn't depend on things related to the runtime environment (GitHub action). |
Beta Was this translation helpful? Give feedback.
-
Yes, we are doing it on a pretty large scale as we maintain hundreds of repos. The reason we went that route is because we didn't want to have to update hundreds of repos every time we wanted to make a change in the columns or the logic We did have to use a PAT even though everything is within the same org. The PAT is stored as an org secret. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm hoping to use this as a reusable workflow using the
workflow_call:
feature in Github actions.For example, I recently needed to update from project-beta-automations version from v1.2.1 to v2.0.1.
Since this is used in several repos, it needed to be changed multiple times. It would be nice to centralize this.
Even though the repos are under the same Org, it still is having permission issues.
I did try passing the
resource_node_id
as an input with no luck.Beta Was this translation helpful? Give feedback.
All reactions