Skip to content

Commit

Permalink
Scala Steward using personal token without GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMonton committed Jun 4, 2022
1 parent 67ccef8 commit 56b2833
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.GH_PERSONAL_TOKEN }}

0 comments on commit 56b2833

Please sign in to comment.