Skip to content

Commit

Permalink
Update scala-steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jan 20, 2022
1 parent 23a9ea1 commit f0c14e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@ on:
jobs:
scala-steward:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'unfiltered' }}
timeout-minutes: 30
steps:
- name: generate token
id: generate_token
if: ${{ !github.event.repository.fork }}
uses: tibdex/github-app-token@v1
with:
app_id: 89698
private_key: ${{ secrets.UNFILTERED_APP_KEY }}
- name: scala-steward
if: ${{ !github.event.repository.fork }}
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ steps.generate_token.outputs.token }}
author-email: "74865306+unfiltered-app[bot]@users.noreply.github.com"
author-name: "unfiltered-app[bot]"
branches: 0.11.x,0.10.x
branches: "0.11.x,0.10.x"

0 comments on commit f0c14e0

Please sign in to comment.