Skip to content

Commit

Permalink
chore: Use noreply for va-vsp-bot email
Browse files Browse the repository at this point in the history
- Do not use @va.gov email address
- Instead use a `noreply` email address
- Per https://github.com/orgs/department-of-veterans-affairs/discussions/13
  • Loading branch information
ph-One authored Nov 27, 2024
1 parent b70110f commit 06a5f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
add: '*.yaml'
cwd: vsp-infra-application-manifests/apps/${{ inputs.app_name }}/${{ inputs.environment }}
author_name: va-vsp-bot
author_email: [email protected]
author_email: [email protected]
message: 'Update ${{ inputs.app_name }} images and helm chart for ${{ inputs.environment }} environment with version ${{ env.IMAGE_TAG }}'

# If this is triggered via workflow_run, update all 4 app/environment combinations.
Expand All @@ -125,5 +125,5 @@ jobs:
add: '*.yaml'
cwd: vsp-infra-application-manifests/apps
author_name: va-vsp-bot
author_email: [email protected]
author_email: [email protected]
message: 'Auto update next-build images and helm chart for apps and environments with version ${{ env.IMAGE_TAG }}'

0 comments on commit 06a5f29

Please sign in to comment.