Skip to content

Commit d630353

Browse files
authored
Use secret instead of github_token (#209)
1 parent c5b7617 commit d630353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Cherry-pick action
1919
uses: sorenlouv/backport-github-action@929f69d04adbc196d982e60f02837b6cc00b3129
2020
with:
21-
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
github_token: ${{ secrets.DOCS_AUTO_CP_TOKEN }}
2222
auto_backport_label_prefix: auto-cherry-pick-to-
2323
add_original_reviewers: true
2424

0 commit comments

Comments
 (0)