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.
1 parent fa9bd2e commit 79774b3Copy full SHA for 79774b3
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git config --global user.name '${{ github.actor }}'
37
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
38
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
+ git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY
39
git add -A
40
git commit -am "chore(actions): adding new dist folder for release"
41
git push origin main
0 commit comments