Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzlskxk committed Nov 10, 2024
1 parent ebb1fa3 commit 210b0d0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Trigger Web Deploy

on:
push:
branches:
push:
branches:
- master

pull_request:
branches:
- master
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
"destination_directory": "/schedule",
"config_secret": "${{ secrets.CONFIG_JSON }}",
"title": "${{ env.CLEAN_TITLE }}",
"package_manager_config_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set registry=https://registry.npmjs.org && npm install react-error-boundary",
"package_manager_config_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set registry=https://registry.npmjs.org",
"package_manager": "npm"
}
}

0 comments on commit 210b0d0

Please sign in to comment.