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: