We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715eff1 commit ff49cdaCopy full SHA for ff49cda
.github/workflows/pages.yml
@@ -42,11 +42,15 @@ jobs:
42
43
- name: Run the data pipeline
44
run: just
45
+ env:
46
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Build the site
49
run: just build_site
50
51
- name: Commit changes to data/big-time.jsonl
52
53
54
run: |
55
git config --global user.name "github-actions[bot]"
56
git config --global user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments