Skip to content

Commit ca9eea1

Browse files
committed
Adding a git bot user config
1 parent f8de579 commit ca9eea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
- name: "Commit SBOM changes"
153153
if: steps.sbom_status.outputs.HAS_CHANGES == 'true'
154154
run: |
155+
git config user.name "github-actions[bot]"
156+
git config user.email "github-actions[bot]@users.noreply.github.com"
155157
git add ${{ env.SBOM_FILE }}
156158
git commit -m "chore: Update SBOM for release ${{ inputs.version }}"
157159
git push

0 commit comments

Comments
 (0)