Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Mar 18, 2024
1 parent d227ccb commit a91b90f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
app-id: '${{ secrets.APP_ID }}'
private-key: '${{ secrets.AUTOMATION_KEY }}'
- run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.password "${{ steps.generate_token.outputs.token }}"
echo "GIT_USER=GitHub Action:${{ steps.generate_token.outputs.token }}" >> $GITHUB_ENV
- uses: bufbuild/buf-setup-action@382440cdb8ec7bc25a68d7b4711163d95f7cc3aa
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,8 +59,8 @@ jobs:
run: |
mvn --batch-mode clean install -DskipTests
mvn --batch-mode verify
# env:
# GITHUB_TOKEN: '${{ steps.generate_token.outputs.token }}'
env:
GITHUB_TOKEN: '${{ steps.generate_token.outputs.token }}'

ci:
needs:
Expand Down

0 comments on commit a91b90f

Please sign in to comment.