An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![StepSecurity Maintained Action](https://raw.githubusercontent.com/step-security/maintained-actions-assets/main/assets/maintained-action-banner.png)](https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions)

[![GitHub release](https://img.shields.io/github/release/step-security/ghaction-github-runtime.svg?style=flat-square)](https://github.com/step-security/ghaction-github-runtime/releases/latest)
[![GitHub marketplace](https://img.shields.io/badge/marketplace-github--runtime-blue?logo=github&style=flat-square)](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.