Skip to content

Commit

Permalink
test auto token
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
Isaac Milarsky committed Nov 1, 2023
1 parent 372293a commit 64a957c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Update data

on:
workflow_dispatch: {}
schedule:
# Run Mondays at 2:15 am
- cron: "15 2 * * 0"
[push]

jobs:
update:
Expand All @@ -25,7 +22,7 @@ jobs:
- run: pip install -r requirements.txt
- run: ./update.sh
env:
OAUTH_TOKEN: ${{ secrets.GH_API_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_USERNAME: ${{ secrets.GH_USERNAME }}
- run: |
git config user.name 'GitHub Actions'
Expand Down

0 comments on commit 64a957c

Please sign in to comment.