File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,19 @@ jobs:
1414 uses : technote-space/create-pr-action@v1
1515 with :
1616 GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
17+ API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1718 EXECUTE_COMMANDS : |
1819 rm -rdf .github/workflows/.tmp
1920 mkdir -p .github/workflows/.tmp
2021 cp -f .github/workflows/sync-workflows.yml .github/workflows/.tmp/ > /dev/null 2>&1 || :
2122 rm -f .github/workflows/*.yml
2223 git clone --depth=1 https://github.com/technote-space/github-actions-workflows.git .github/workflows/.tmp/workflows
23- cp .github/workflows/.tmp/workflows/js-repo/*.yml .github/workflows/
24+ cp .github/workflows/.tmp/workflows/js-repo-pages /*.yml .github/workflows/
2425 cp -f .github/workflows/.tmp/sync-workflows.yml .github/workflows/sync-workflows.yml > /dev/null 2>&1 || :
26+ sed -i "s/target: \['npm', 'gpr'\]/target: ['npm']/" .github/workflows/release.yml
27+ sed -i "/GH_PAGES_PLUGIN_SCRIPT/d" .github/workflows/release.yml
28+ sed -i "/GH_PAGES_TEMPLATE/d" .github/workflows/release.yml
29+ sed -i "s/GH_PAGES_TITLE:.*$/GH_PAGES_TITLE: jQuery Marker Animation/" .github/workflows/release.yml
2530 rm -rdf .github/workflows/.tmp
2631 COMMIT_MESSAGE : ' chore: sync workflows'
2732 PR_BRANCH_PREFIX : chore/
You can’t perform that action at this time.
0 commit comments