Skip to content

Commit 59240ae

Browse files
committed
update workflow
1 parent 0fa380b commit 59240ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config user.email "github-actions[bot]@users.noreply.github.com"
3333
git add src/registry
3434
git commit -m "Auto-update registry"
35-
git push
35+
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:main
3636
echo "changed=true" >> $GITHUB_OUTPUT
3737
else
3838
echo "changed=false" >> $GITHUB_OUTPUT

src/registry

Submodule registry updated 64 files

0 commit comments

Comments
 (0)