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 53b4180 commit 8ed6d9aCopy full SHA for 8ed6d9a
.github/workflows/scala-steward.yml
@@ -6,10 +6,14 @@ on:
6
- cron: '0 0 * * *'
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: write # Required to checkout and push changes
11
+ pull-requests: write # Required to create PRs for dependency updates
12
+
13
jobs:
14
scala-steward:
15
uses: softwaremill/github-actions-workflows/.github/workflows/scala-steward.yml@main
16
secrets:
- repo-github-token: ${{secrets.REPO_GITHUB_TOKEN}}
17
+ github-token: ${{ secrets.GITHUB_TOKEN }}
18
with:
- java-version: '21'
19
+ java-version: '21'
0 commit comments