Skip to content
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

Merged

Conversation

yangwooseong
Copy link
Collaborator

@yangwooseong yangwooseong commented Apr 18, 2024

Self Checklist

  • I wrote a PR title in English and added an appropriate label to the PR.
  • I wrote the commit message in English and to follow the Conventional Commits specification.
  • I added the changeset about the changes that needed to be released. (or didn't have to)
  • I wrote or updated documentation related to the changes. (or didn't have to)
  • I wrote or updated tests related to the changes. (or didn't have to)
  • I tested the changes in various browsers. (or didn't have to)
    • Windows: Chrome, Edge, (Optional) Firefox
    • macOS: Chrome, Edge, Safari, (Optional) Firefox

Related Issue

Summary

image

Details

  • 생략

Breaking change? (Yes/No)

  • No

References

@yangwooseong yangwooseong added the ci Issue or PR related to continuous integration label Apr 18, 2024
@yangwooseong yangwooseong self-assigned this Apr 18, 2024
Copy link

changeset-bot bot commented Apr 18, 2024

⚠️ No Changeset found

Latest commit: 3c349e8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.62%. Comparing base (5359c2c) to head (e7b306d).

❗ Current head e7b306d differs from pull request most recent head 3c349e8. Consider uploading reports for the commit 3c349e8 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@@ -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
Copy link
Contributor

@sungik-choi sungik-choi Apr 18, 2024

Choose a reason for hiding this comment

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

${{ env.TURBO_TOKEN }} 도 되지 않을까요?

@channel-io channel-io deleted a comment from channeltalk bot Apr 22, 2024
@channel-io channel-io deleted a comment from channeltalk bot Apr 22, 2024
@yangwooseong yangwooseong merged commit 281dc98 into channel-io:main Apr 22, 2024
8 checks passed
@yangwooseong yangwooseong deleted the chore/fix-turbo-token-to-uuid branch April 22, 2024 04:35
Copy link

channeltalk bot commented Apr 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issue or PR related to continuous integration
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants