We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e638cf0 commit 3d718aaCopy full SHA for 3d718aa
.github/workflows/release.yml
@@ -79,6 +79,14 @@ jobs:
79
steps:
80
- name: Checkout Code
81
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
90
- uses: stenciljs/.github/actions/publish-npm@main
91
with:
92
tag: latest
0 commit comments