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

We will be enforcing self-hosted runner updates to version 2.168.0 or later on June 1st, 2020.

No disruption to self-hosted runners is expected if updates are enabled as recommended.

If your self-hosted runner goes offline, please update to a recent version and configure your runner again. Full list of runner releases is available here.

See more

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