We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d64077 commit 801a1f4Copy full SHA for 801a1f4
1 file changed
.github/workflows/update_plugininfo.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Clone manivaultstudio.github.io (feature branch)
36
run: |
37
- git clone --branch ft/test-plugin-push https://x-access-token:${{ secrets.GH_PAGES_DEPLOY_TOKEN }}@github.com/ManiVaultStudio/manivaultstudio.github.io.git target-repo
+ git clone --branch ft/test-plugin-push https://x-access-token:${{ secrets.TEST_GH_PAGES_DEPLOY_TOKEN }}@github.com/ManiVaultStudio/manivaultstudio.github.io.git target-repo
38
REPO_NAME=$(basename "${{ github.repository }}")
39
cp "$REPO_NAME.md" target-repo/_plugins/
40
0 commit comments