-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Turborepo server token to uuid #2166
Fix Turborepo server token to uuid #2166
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2166 +/- ##
=========================================
+ Coverage 0 86.62% +86.62%
=========================================
Files 0 126 +126
Lines 0 2655 +2655
Branches 0 790 +790
=========================================
+ Hits 0 2300 +2300
- Misses 0 350 +350
- Partials 0 5 +5 ☔ View full report in Codecov by Sentry. |
.github/workflows/ci.yml
Outdated
@@ -24,7 +24,7 @@ jobs: | |||
uses: felixmosh/turborepo-gh-artifacts@v2 | |||
with: | |||
repo-token: ${{ secrets.GITHUB_TOKEN }} | |||
server-token: ${{ secrets.TURBO_SERVER_TOKEN }} | |||
server-token: 61613e87-4749-493b-a569-9a5e15e168cd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
${{ env.TURBO_TOKEN }}
도 되지 않을까요?
Self Checklist
Related Issue
Summary
Details
Breaking change? (Yes/No)
References
server-token
need to be? felixmosh/turborepo-gh-artifacts#1