Skip to content

Commit

Permalink
Update credentials for scala-steward.yml
Browse files Browse the repository at this point in the history
Moved from unknown private token to github app.
  • Loading branch information
cptwunderlich authored Jan 26, 2024
1 parent 96a6341 commit 931a1ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALL_ID }}
github-app-key: ${{ secrets.SCALA_STEWARD_PK }}

0 comments on commit 931a1ec

Please sign in to comment.