use coastalcommits instead of github (oops)
All checks were successful
build / Build plugins (push) Successful in 16s
All checks were successful
build / Build plugins (push) Successful in 16s
This commit is contained in:
parent
d1491893c6
commit
846780fe0c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name "${GITHUB_ACTOR}"
|
||||
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@www.coastalcommits.com/${{ github.repository }}
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Publish plugins to Release branch
|
||||
|
|
Loading…
Reference in a new issue