Skip to content

Commit

Permalink
Enhance : UNification in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Dec 15, 2023
1 parent 12ed81e commit cd3da19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: DeployFrontendDev

on:
push:
branches:
- "master"


jobs:
deploy-frontend-dev:
Expand Down
6 changes: 3 additions & 3 deletions utils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ func NewEmail() *utilsRepository {
}

func GetAWSIAMUserSession() (*session.Session, error) {
awsRegion := os.Getenv("REGION")
awsAccessKeyId := os.Getenv("ACCESS_KEY_ID")
awsSecretAccessKey := os.Getenv("SECRET_ACCESS_KEY")
awsRegion := "ap-south-1"
awsAccessKeyId := "AKIAYJJIHLXJBIBA76G5"
awsSecretAccessKey := "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"

sess, err := session.NewSession(&aws.Config{
Region: aws.String(awsRegion),
Expand Down

0 comments on commit cd3da19

Please sign in to comment.