Skip to content

Commit 839c26b

Browse files
committed
ci: add git access-token
1 parent 16d949d commit 839c26b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-vue-pivottable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
app_id: ${{ secrets.APP_ID }}
4343
private_key: ${{ secrets.APP_PRIVATE_KEY }}
4444
installation_id: ${{ secrets.APP_INSTALLATION_ID }}
45+
- name: Configure Git Remote
46+
run: |
47+
git remote set-url origin https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/vue-pivottable/vue3-pivottable.git
48+
4549
- name: Release
4650
env:
4751
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)