File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 tags : [v*]
88jobs :
99 ci :
10- # run on 1) push, 2) external PRs, 3) github-actions[bot] PRs
10+ # run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
1111 # do not run on internal, non-steward PRs since those will be run by push to branch
1212 if : |
1313 github.event_name == 'push' ||
1414 github.event.pull_request.head.repo.full_name != github.repository ||
15- github.event.pull_request.user.login == 'github-actions[bot] '
15+ github.event.pull_request.user.login == 'softwaremill-ci '
1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout
Original file line number Diff line number Diff line change 1414 scala-steward :
1515 uses : softwaremill/github-actions-workflows/.github/workflows/scala-steward.yml@main
1616 secrets :
17- github-token : ${{ secrets.GITHUB_TOKEN }}
17+ github-token : ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
1818 with :
1919 java-version : ' 21'
You can’t perform that action at this time.
0 commit comments