Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniij committed Jan 5, 2025
1 parent 2ec924f commit dd7f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-to-github/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (u *GitHubUploader) UploadFile(ctx context.Context, path string, content []
func Handler(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {

// 1. 환경 변수 불러오기
awsRegion := os.Getenv("AWS_REGION")
awsRegion := "ap-northeast-2"
bucketName := os.Getenv("S3_BUCKET_NAME")
githubToken := os.Getenv("TOKEN_GITHUB")
owner := os.Getenv("OWNER_GITHUB")
Expand Down

0 comments on commit dd7f40e

Please sign in to comment.