From b046f56b2888cd88f6700345774727464258a037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 29 May 2020 16:34:16 +0200 Subject: [PATCH] Use an other user, add a timeout --- .github/workflows/backport.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index d1f69f203..70f582203 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -1,3 +1,5 @@ +--- + name: Backport on: @@ -10,5 +12,9 @@ jobs: backport: runs-on: ubuntu-18.04 name: Backport + timeout-minutes: 5 + steps: - uses: camptocamp/backport-action@master + with: + token: ${{ secrets.GITHUB_GOPASS_CI_TOKEN }}