We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8d03a commit fd0d018Copy full SHA for fd0d018
.github/actions/update-release-notes/action.yml
@@ -21,6 +21,7 @@ runs:
21
git config user.name "github-actions[bot]"
22
git config user.email "github-actions[bot]@users.noreply.github.com"
23
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
25
26
- name: Update mobile release notes
27
shell: bash
0 commit comments