Skip to content

Commit fd0d018

Browse files
committed
add origin to forked repo
1 parent bb8d03a commit fd0d018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/update-release-notes/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ runs:
2121
git config user.name "github-actions[bot]"
2222
git config user.email "github-actions[bot]@users.noreply.github.com"
2323
git checkout -b update-mobile-release-notes || git checkout update-mobile-release-notes
24+
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/moo-team/docs.git
2425
2526
- name: Update mobile release notes
2627
shell: bash

0 commit comments

Comments
 (0)