Skip to content

Add workflow to get baton. #1

Add workflow to get baton.

Add workflow to get baton. #1

Workflow file for this run

name: Get Baton
on:
workflow_call:
secrets:
GITHUB_TOKEN:

Check failure on line 6 in .github/workflows/get-baton.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/get-baton.yaml

Invalid workflow file

secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
required: true
jobs:
get-baton:
runs-on: ubuntu-latest
steps:
- name: Download Baton
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/get-baton.sh