1
0
mirror of synced 2025-12-19 17:48:10 -05:00

Add a PAT to the auto-commit-action

This commit is contained in:
Simon Cozens
2025-07-10 11:10:50 +01:00
parent c3fe278953
commit 675a40c513

View File

@@ -55,6 +55,7 @@ jobs:
name: Commit any updated data files
with:
file_pattern: ".ci/dashboard/src/data/"
token: ${{ secrets.GH_TOKEN }}
# Now build the dashboard
- name: Install Node.js