Skip to content

Commit

Permalink
Set github-actions identity as defautl committer (#11987)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Sep 26, 2024
1 parent 05a2160 commit 0f2265e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-update-security-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:

steps:
- uses: actions/checkout@v4
# Setup git config with default actions information to prevent error "Unknown committer"
# See https://github.com/actions/checkout/issues/13#issuecomment-2207006934
- name: Setup git config
run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Authenticate in GCP
id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit 0f2265e

Please sign in to comment.