Skip to content

Commit

Permalink
Use an other user, add a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 29, 2020
1 parent b9aa34c commit b046f56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

name: Backport

on:
Expand All @@ -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 }}

0 comments on commit b046f56

Please sign in to comment.