crazy-max/ghaction-github-runtime

GitHub Action to expose GitHub runtime to the workflow

104

stars

169

commits

Dockerfile

primary language

Sep 3, 2026

updated

github.com/marketplace/actions/github-runtime
actions
github
github-actions
github-runner
runtime
Browse cluster: GitHub Actions for Google Cloud

README

GitHub release GitHub marketplace CI workflow Become a sponsor Paypal Donate

About

GitHub Action to expose GitHub runtime to the workflow


Usage

name: build

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      -
        name: Expose GitHub Runtime
        uses: crazy-max/ghaction-github-runtime@v4
      -
        name: Env
        run: |
          # ACTIONS_RUNTIME_TOKEN, ACTIONS_RUNTIME_URL should be exposed
          env|sort

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub or by making a PayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

License

MIT. See LICENSE for more details.

Contributors

crazy-max

130 commits

dependabot[bot]

39 commits

crazy-max/ghaction-github-runtime

GitHub Action to expose GitHub runtime to the workflow

104

stars

169

commits

Dockerfile

primary language

Sep 3, 2026

updated

github.com/marketplace/actions/github-runtime
actions
github
github-actions
github-runner
runtime
Browse cluster: GitHub Actions for Google Cloud

README

GitHub release GitHub marketplace CI workflow Become a sponsor Paypal Donate

About

GitHub Action to expose GitHub runtime to the workflow


Usage

name: build

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      -
        name: Expose GitHub Runtime
        uses: crazy-max/ghaction-github-runtime@v4
      -
        name: Env
        run: |
          # ACTIONS_RUNTIME_TOKEN, ACTIONS_RUNTIME_URL should be exposed
          env|sort

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub or by making a PayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

License

MIT. See LICENSE for more details.

Contributors

crazy-max

130 commits

dependabot[bot]

39 commits

Languages

Dockerfile

48.6%

HCL

21.7%

JavaScript

18.3%

TypeScript

11.4%