We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90b2e6 commit 2482ad8Copy full SHA for 2482ad8
1 file changed
.github/workflows/deploy-instance-repo.yml
@@ -154,7 +154,9 @@ jobs:
154
[checks]: https://github.com/scverse/cookiecutter-scverse-instance/pull/${{ env.SISTER_PR_ID }}/checks
155
[docs-badge]: https://app.readthedocs.org/projects/cookiecutter-scverse-instance/badge/?version=${{ env.SISTER_PR_ID }}
156
[docs]: https://cookiecutter-scverse-instance--${{ env.SISTER_PR_ID }}.org.readthedocs.build/
157
- repo-token: ${{ steps.app-token.outputs.token }}
+ # use default token, which allows to comment in the cookiecutter-scverse repo.
158
+ # The token generated by the app is scoped to the cookiecutter-scverse-instance repo instead.
159
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
160
allow-repeats: false
161
162
- name: Query status of checks in template repository
0 commit comments