GitHub Action to expose GitHub runtime to the workflow
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|sortMIT. See LICENSE for more details.