From 9e1fa068321804b20cacf69f053cbb811590f560 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Tue, 6 Dec 2022 08:29:34 +0100 Subject: [PATCH] Update publish-new-version.yaml --- .github/workflows/publish-new-version.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 0992fa9b394..fe540d1958d 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -35,6 +35,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_PUSH_TOKEN }} - name: setup git config run: | git config user.name "GitHub Actions Bot"