Skip to content

Commit 7fd9c33

Browse files
Uses GITHUB_TOKEN in scala-steward
Note that this has some implications specified in here: https://github.com/marketplace/actions/scala-steward-github-action#using-the-default-github-action-token
1 parent eb95163 commit 7fd9c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Launch Scala Steward
1414
uses: scala-steward-org/scala-steward-action@v2
1515
with:
16-
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
16+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)