Skip to content

Commit 2482ad8

Browse files
committed
fix issue comment token
1 parent c90b2e6 commit 2482ad8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-instance-repo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ jobs:
154154
[checks]: https://github.com/scverse/cookiecutter-scverse-instance/pull/${{ env.SISTER_PR_ID }}/checks
155155
[docs-badge]: https://app.readthedocs.org/projects/cookiecutter-scverse-instance/badge/?version=${{ env.SISTER_PR_ID }}
156156
[docs]: https://cookiecutter-scverse-instance--${{ env.SISTER_PR_ID }}.org.readthedocs.build/
157-
repo-token: ${{ steps.app-token.outputs.token }}
157+
# 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 }}
158160
allow-repeats: false
159161

160162
- name: Query status of checks in template repository

0 commit comments

Comments
 (0)