Skip to content

Commit 11f8307

Browse files
committed
Switch the mirror workflow to using a dedicated secret
1 parent 65c039c commit 11f8307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror-pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: go run github.com/google/git-appraise/git-appraise pull
2626

2727
- 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 }}'
28+
run: go run github.com/google/git-pull-request-mirror/batch --target '${{ github.repository }}' --local ./ --auth-token '${{ secrets.PR_MIRROR_TOKEN }}'
2929

3030
- name: Merge any upstream review changes
3131
run: go run github.com/google/git-appraise/git-appraise pull

0 commit comments

Comments
 (0)