We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5b06e commit cc9ed6dCopy full SHA for cc9ed6d
.github/workflows/scala-steward.yml
@@ -8,16 +8,15 @@ jobs:
8
scala-steward:
9
runs-on: ubuntu-latest
10
timeout-minutes: 30
11
+ if: ${{ github.repository_owner == 'foundweekends' }}
12
steps:
13
- name: Generate token
14
id: generate_token
15
uses: tibdex/github-app-token@v1
- if: ${{ !github.event.repository.fork }}
16
with:
17
app_id: 89697
18
private_key: ${{ secrets.FOUNDWEEKENDS_BOT_KEY }}
19
- name: Launch Scala Steward
20
21
uses: scala-steward-org/[email protected]
22
23
github-token: ${{ steps.generate_token.outputs.token }}
0 commit comments