Skip to content

Commit d63539a

Browse files
committed
update PAT env
1 parent fd0d018 commit d63539a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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
24+
git remote set-url origin https://x-access-token:${{ env.PAT }}@github.com/moo-team/docs.git
2525
2626
- name: Update mobile release notes
2727
shell: bash

0 commit comments

Comments
 (0)