Skip to content

step-security/ghaction-github-runtime

Repository files navigation

GitHub release GitHub marketplace

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: 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.

About

GitHub Action to expose GitHub runtime to the workflow. Secure drop-in replacement for crazy-max/ghaction-github-runtime.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors