Skip to content

GitHub Actions API: Workflow usage public beta

We've added two new endpoints to the GitHub Actions API that provide insight into the billable time used by your workflows.

The following endpoints are now available for you to use:

Note: Beta APIs are subject to change based on developer feedback without advanced notice. Changes will be announced on the developer blog.

Learn more about the GitHub Actions API

For questions, visit the GitHub Actions community

Organization secrets

You can now create organization secrets, reducing the need to duplicate secrets across repositories.

  • Access policies let you control which repositories have access to the organization secret
  • Updating a secret in one location ensures that the change takes effect in all repositories that use the secret
  • You can view when an organization or repository secret was last updated, making it easier to rotate secrets regularly

The Actions API has been updated to include new organization secrets endpoints.

Learn more about organization secrets

For questions please visit the GitHub Actions community forum

See more