We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9721bd0 + 839c26b commit f712b3fCopy full SHA for f712b3f
.github/workflows/release-vue-pivottable.yml
@@ -42,6 +42,10 @@ jobs:
42
app_id: ${{ secrets.APP_ID }}
43
private_key: ${{ secrets.APP_PRIVATE_KEY }}
44
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
+
49
- name: Release
50
env:
51
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
0 commit comments