From ea416c26a27c047e1ce020e798776be511e78b1a Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Sat, 1 Apr 2023 17:09:59 -0300 Subject: [PATCH] Fix increment-build-number. --- .github/workflows/increment-build-number.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/increment-build-number.yml b/.github/workflows/increment-build-number.yml index 90a86128d8..3d475b9ad0 100644 --- a/.github/workflows/increment-build-number.yml +++ b/.github/workflows/increment-build-number.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.FIREBIRD_INC_BUILDNUM }} + persist-credentials: true fetch-depth: 0 - name: Configure git