We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0d018 commit d63539aCopy full SHA for d63539a
.github/actions/update-release-notes/action.yml
@@ -21,7 +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
+ git remote set-url origin https://x-access-token:${{ env.PAT }}@github.com/moo-team/docs.git
25
26
- name: Update mobile release notes
27
shell: bash
0 commit comments