Skip to content

Commit

Permalink
ci: exclude yarn auth on dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 6, 2023
1 parent 30ca9bf commit 4186d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .yarnrc.yml
if: github.actor != 'dependabot[bot]'
run: |
yarn config set npmAuthToken $NPM_TOKEN || echo "No NPM_TOKEN found"
yarn config set npmAlwaysAuth true
Expand Down

1 comment on commit 4186d55

@vercel
Copy link

@vercel vercel bot commented on 4186d55 Nov 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

vest – ./website

vest-ealush.vercel.app
vest.vercel.app
vest-git-latest-ealush.vercel.app
vestjs.dev
www.vestjs.dev

Please sign in to comment.