Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Apr 15, 2025
2 parents d501a48 + eb500b2 commit eac102b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Refresh GitHub Token
uses: CSVD/centralized-actions/.github/workflows/upload-github-token.yml@main
with:
aws_region: 'us-east-1'
aws_region: 'us-gov-west-1'
secret_name: '/dev/eks_automation_github_token' # This matches the SECRET_NAME in app.py
github_app_id: ${{ vars.GH_APP_ID }}
github_app_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion eks_automation/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def operate_github(new_repo_name, eks_settings, output_hcl):

# Commit and push the changes.
cloned_repo.index.add(output_hcl)
commit_message = "Add the EKS paramter file by the Lambda function"
commit_message = "Add the EKS parameter file by the Lambda function"
cloned_repo.index.commit(commit_message)
cloned_repo.git.push("--set-upstream", origin.name, "main", force=True)

Expand Down

0 comments on commit eac102b

Please sign in to comment.