Automated pbp scrape (1 new games) at 2024-01-20 23:36:13.521654 #438
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, workflow_dispatch] | |
name: Trigger pbp patch workflow | |
jobs: | |
trigger: | |
name: trigger_pbp_patch | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_PAT: ${{ secrets.NFLVERSE_GH_TOKEN }} | |
GITHUB_TOKEN: ${{ secrets.NFLVERSE_GH_TOKEN }} | |
steps: | |
- name: Trigger pbp patch | |
run: | | |
gh api repos/nflverse/nflverse-pbp/actions/workflows/35258014/dispatches -f ref='master' | |