We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2250a0b commit 58fa0d9Copy full SHA for 58fa0d9
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
git ls-files -z | xargs -0 git rm -f
34
- name: Generate members grid
35
env:
36
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.NIPREPSBOT_QUERY_ORG }}
37
run: |
38
cd mkdocs/
39
python scripts/generate_members_grid.py
0 commit comments