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: make github token an environment variable #62

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

sounmind
Copy link
Contributor

@sounmind sounmind commented Nov 8, 2024

Changes

개발 환경에서 각자 PAT를 발급하여 Github API를 사용할 수 있도록 합니다.

이 변경사항이 반영되면 각자 .env 파일을 루트 디렉토리에 만든 다음,

VITE_GITHUB_API_TOKEN=your_github_pat

이런 식으로 VITE_GITHUB_API_TOKEN에 자신의 PAT를 할당해주면 됩니다.

참고 링크

체크리스트

  • 이슈가 연결되어 있나요?

@sounmind sounmind linked an issue Nov 8, 2024 that may be closed by this pull request
@sounmind sounmind marked this pull request as ready for review November 8, 2024 22:27
@sounmind sounmind requested a review from a team as a code owner November 8, 2024 22:27
Copy link
Contributor

@SamTheKorean SamTheKorean left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

LGTM

@sounmind sounmind merged commit 003b43c into main Nov 9, 2024
2 checks passed
@sounmind sounmind deleted the 60-set-github-api-token branch November 9, 2024 00:04
@Sunjae95
Copy link
Contributor

Sunjae95 commented Nov 9, 2024

API 마다 token이 무조건 필요하군요..
env setting 감사합니다.👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"process is not defined" Error occurred
4 participants