Skip to content

Commit 3c6cbeb

Browse files
Merge remote-tracking branch 'origin/master' into chore/chore-sync-workflows
2 parents 336d408 + 08f9297 commit 3c6cbeb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)