Skip to content

Commit f647f6b

Browse files
committed
trying gh-publish
1 parent de5e5f0 commit f647f6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232

3333
- name: Prepare and deploy
3434
run: |
35+
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
3536
npm run docs --if-present
3637
if: ${{ github.ref == 'refs/heads/main' }}
3738
env:
3839
CI: true
39-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)