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 73d4f21 commit 32722f4Copy full SHA for 32722f4
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Push changes
50
uses: ad-m/github-push-action@master
51
with:
52
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.ML5_LIBRARY_PAT }}
53
branch: main
54
# build it!
55
- run: npm run build
0 commit comments