https://github.com/step-security/ghaction-github-runtime
GitHub Action to expose GitHub runtime to the workflow. Secure drop-in replacement for crazy-max/ghaction-github-runtime.
https://github.com/step-security/ghaction-github-runtime
step-security-maintained-actions
Last synced: about 2 months ago
JSON representation
GitHub Action to expose GitHub runtime to the workflow. Secure drop-in replacement for crazy-max/ghaction-github-runtime.
- Host: GitHub
- URL: https://github.com/step-security/ghaction-github-runtime
- Owner: step-security
- License: mit
- Created: 2025-09-02T06:47:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-04-20T05:14:19.000Z (about 2 months ago)
- Last Synced: 2026-04-20T06:29:57.597Z (about 2 months ago)
- Topics: step-security-maintained-actions
- Language: Dockerfile
- Homepage: https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions)
[](https://github.com/step-security/ghaction-github-runtime/releases/latest)
[](https://github.com/marketplace/actions/github-runtime)
## About
GitHub Action to expose GitHub runtime to the workflow
___
* [Usage](#usage)
* [License](#license)
## Usage
```yaml
name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Expose GitHub Runtime
uses: step-security/ghaction-github-runtime@v3
-
name: Env
run: |
# ACTIONS_RUNTIME_TOKEN, ACTIONS_RUNTIME_URL should be exposed
env|sort
```
## License
MIT. See `LICENSE` for more details.