Skip to content

Commit

Permalink
Merge branch 'upload-to-github'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniij committed Jan 5, 2025
2 parents 9593bc3 + dd7f40e commit a686f26
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 a686f26

Please sign in to comment.