Skip to content

Commit 8267e33

Browse files
committed
Update actions
1 parent b53d48f commit 8267e33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
tags: [v*]
88
jobs:
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

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
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'

0 commit comments

Comments
 (0)