Skip to content

Commit 3d718aa

Browse files
fix(ci): fix remote origin
1 parent e638cf0 commit 3d718aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ jobs:
7979
steps:
8080
- name: Checkout Code
8181
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82+
83+
- name: Set remote origin
84+
run: |
85+
echo "Set remote URL with token"
86+
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/stenciljs/create-stencil.git
87+
env:
88+
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_PAT }}
89+
8290
- uses: stenciljs/.github/actions/publish-npm@main
8391
with:
8492
tag: latest

0 commit comments

Comments
 (0)