Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Jun 3, 2021
1 parent 9fc4e60 commit 953ed25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
fetch-depth: 0
ref: main
- uses: actions/setup-node@v1
with:
always-auth: true
node-version: 12.x
- run: |
if [ -f "yarn.lock" ]; then
yarn install
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
ref: main
- uses: actions/setup-node@v1
with:
registry-url: "https://registry.npmjs.org"
always-auth: true
node-version: 12.x
with:
registry-url: 'https://npm.pkg.github.com'
- run: |
if [ -f "yarn.lock" ]; then
yarn install
Expand All @@ -26,4 +29,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}

1 comment on commit 953ed25

@vercel
Copy link

@vercel vercel bot commented on 953ed25 Jun 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.