There was an error while loading. Please reload this page.
1 parent f39da53 commit 0788147Copy full SHA for 0788147
1 file changed
.github/workflows/release.yml
@@ -35,4 +35,9 @@ jobs:
35
- run: yarn install --frozen-lockfile
36
37
- name: Release
38
- run: npx semantic-release ${{ github.event.inputs.cliArgs }}
+ env:
39
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN_WEBVIEW_BRIDGE }}
40
+ run: |
41
+ # Configure git remote with token for push
42
+ git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git"
43
+ npx semantic-release ${{ github.event.inputs.cliArgs }}
0 commit comments