use coastalcommits instead of github (oops)
All checks were successful
build / Build plugins (push) Successful in 16s

This commit is contained in:
Seaswimmer 2024-10-20 09:25:45 -04:00
parent d1491893c6
commit 846780fe0c
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -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