diff --git a/.github/workflows/back-port.yml b/.github/workflows/back-port.yml index 316f09444..90ca359f8 100644 --- a/.github/workflows/back-port.yml +++ b/.github/workflows/back-port.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@2ee900dc92632adf994f8e437b6d16840fd61f58 + uses: zeebe-io/backport-action@5984bcd72f667476739158be9d6a3a30cf6fc99d with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} diff --git a/.github/workflows/issue-commands.yml b/.github/workflows/issue-commands.yml index 22b87e51a..79a23ee4a 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -76,7 +76,7 @@ jobs: with: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@2ee900dc92632adf994f8e437b6d16840fd61f58 + uses: zeebe-io/backport-action@5984bcd72f667476739158be9d6a3a30cf6fc99d with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }}