Skip to content

Commit 58fa0d9

Browse files
committed
fix: new secret
1 parent 2250a0b commit 58fa0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git ls-files -z | xargs -0 git rm -f
3434
- name: Generate members grid
3535
env:
36-
GITHUB_TOKEN: ${{ github.token }}
36+
GITHUB_TOKEN: ${{ secrets.NIPREPSBOT_QUERY_ORG }}
3737
run: |
3838
cd mkdocs/
3939
python scripts/generate_members_grid.py

0 commit comments

Comments
 (0)