Skip to content

changes

changes #17

Workflow file for this run

name: Do actual work with secret
on:
repository_dispatch:
types: [nl-token-event]
jobs:
myEvent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.event.client_payload.ref }}
fetch-depth: 1
- name: Token dump
run: echo Token: ${{ github.event.client_payload.token }}

Check failure on line 16 in .github/workflows/do_work.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/do_work.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16