Add token for autocheck workflow. (#10958)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-12-13 16:57:43 -05:00
committed by GitHub
parent fe0e04025d
commit faea7097a5

View File

@@ -3,6 +3,9 @@ name: autocheck
on:
schedule:
- cron: '*/5 * * * *'
workflow_dispatch:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # setting GH_TOKEN for the entire workflow
jobs:
autocheck:
runs-on: ubuntu-24.04