2

I need to interact with Github Actions through some code. I found the v3 API for that, but I've been migrating code to use the v4 API instead. I have not been able to find anything related to github actions on v4, unfortunately. Using introspection won't show "artifacts" or "workflows", except for copying the latter on CloneProjectInput, but, perhaps, there's a feature flag I need to use to get them.

Is there any way to interact with Github Actions through their v4 API?

1 Answer 1

1
+50

Not yet: the GitHub Actions API announced last January 2020 is:

Note that there is a difference between:

For now, Actions are exposed through REST, not GraphQL

The request has been made of course:

As of now, the GitHub Actions API enables you to manage GitHub Actions only using the REST API.
I'll be sure to pass on your request for v4 support to the team for consideration.

(that was mid-April 2020)

Sign up to request clarification or add additional context in comments.

2 Comments

Funny that the request has been "solved" with a comment that amounted to "I'll mention that", so there's no way of actually track it.
@DanielC.Sobral Yes, the GitHub way to interract with its user base is different from GitLab (where every issue/request for enhancenement is public)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.