Skip to content

Commit ff49cda

Browse files
committed
Use GITHUB TOKEN, make it personal
1 parent 715eff1 commit ff49cda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@ jobs:
4242

4343
- name: Run the data pipeline
4444
run: just
45+
env:
46+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4547

4648
- name: Build the site
4749
run: just build_site
4850

4951
- name: Commit changes to data/big-time.jsonl
52+
env:
53+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5054
run: |
5155
git config --global user.name "github-actions[bot]"
5256
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)