Skip to content

Commit 72bc3b8

Browse files
committed
ci(github): Now with the token in the correct place
1 parent f81cb54 commit 72bc3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
with:
9898
fetch-depth: 0
9999
submodules: true
100+
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
100101

101102
- name: Set up uv (Python)
102103
uses: astral-sh/setup-uv@v7
@@ -117,7 +118,6 @@ jobs:
117118
file_pattern: |
118119
data/1_interim/**
119120
data/2_final/**
120-
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
121121
122122
validate-final:
123123
name: Validate final data

0 commit comments

Comments
 (0)