We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c039c commit 11f8307Copy full SHA for 11f8307
1 file changed
.github/workflows/mirror-pull-requests.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: go run github.com/google/git-appraise/git-appraise pull
26
27
- name: Mirror pull requests into local reviews
28
- run: go run github.com/google/git-pull-request-mirror/batch --target '${{ github.repository }}' --local ./ --auth-token '${{ secrets.GITHUB_TOKEN }}'
+ run: go run github.com/google/git-pull-request-mirror/batch --target '${{ github.repository }}' --local ./ --auth-token '${{ secrets.PR_MIRROR_TOKEN }}'
29
30
- name: Merge any upstream review changes
31
0 commit comments