Skip to content

Commit

Permalink
bug: fix gh command issue in update-sec-scanner.yaml (#959)
Browse files Browse the repository at this point in the history
/kind bug
/area ci

fixing workflow error about missing github token env variable
  • Loading branch information
Ressetkk authored Jul 31, 2024
1 parent d67ea43 commit 53e61d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-sec-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
echo "IMAGE_TAG=$IMAGE_TAG" >> "$GITHUB_ENV"
- shell: bash
name: Schedule security-config update
env:
GH_TOKEN: ${{ github.token }}
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 53e61d8

Please sign in to comment.