Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.06 KB

File metadata and controls

39 lines (28 loc) · 1.06 KB

StepSecurity Maintained Action

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.