Skip to content

Commit 93cf81d

Browse files
authored
Merge pull request #838 from Baeldung/lor6-patch-1
Create scala-steward.yml
2 parents 221719d + de2854e commit 93cf81d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/scala-steward.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
schedule:
3+
- cron: '0 0 * * 0'
4+
5+
name: Launch Scala Steward
6+
7+
jobs:
8+
scala-steward:
9+
runs-on: ubuntu-22.04
10+
name: Launch Scala Steward
11+
steps:
12+
- name: Launch Scala Steward
13+
uses: scala-steward-org/scala-steward-action@v2
14+
with:
15+
github-app-id: ${{ secrets.APP_ID }}
16+
github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }}
17+
github-app-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)