Skip to content

Commit

Permalink
ci: use vercel token as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
felipprodrigues committed Oct 11, 2023
1 parent e128a11 commit fcef28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- run: npm run build
env:
TURBO_TOKEN: Djm2tkQAsPSabrZOOC3iBLxw
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: felipprodrigues

- name: Deploy storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TURBO_TOKEN: Djm2tkQAsPSabrZOOC3iBLxw
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: felipprodrigues

0 comments on commit fcef28f

Please sign in to comment.