Skip to content

Commit 0c89d3d

Browse files
build(ci): update trigger workflow
1 parent a966d4a commit 0c89d3d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/shipjs-trigger.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
13-
ref: master
14-
13+
ref: main
1514
- uses: actions/setup-node@v1
1615
with:
1716
registry-url: "https://npm.pkg.github.com"
18-
- run: |
19-
if [ -f "yarn.lock" ]; then
20-
yarn install
21-
else
22-
npm install
23-
fi
24-
17+
scope: '@geospoc'
18+
- run: npm install
19+
env:
20+
NODE_AUTH_TOKEN: ${{ secrets.READ_PACKAGES_PAT }}
2521
- run: npm run release:trigger
2622
env:
2723
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)