Skip to content

feat: update run workflow to set GH_ACCESS_TOKEN in the environment f… #15

feat: update run workflow to set GH_ACCESS_TOKEN in the environment f…

feat: update run workflow to set GH_ACCESS_TOKEN in the environment f… #15

Workflow file for this run

name: AE Docs Updater Program Runner
on:
workflow_dispatch:
push:
branches: [master]
jobs:
run:
name: Run Docs Updater Program
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run program
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: ./program