From 7384393652e026bbc0458d28d4a2d525f4a09b85 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Mon, 13 Mar 2023 12:03:12 +0100 Subject: [PATCH] auth bot --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb07f15..812f82c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,6 +146,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN }} + - name: Setup git + run: | + git config user.email ${{ secrets.GH_BOT_EMAIL }} + git config user.name ${{ secrets.GH_BOT_NAME }} - name: Set up Node.js uses: actions/setup-node@v3.6.0 with: