File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,10 @@ jobs:
22
22
name : Lint & Test
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - if : >-
26
- github.actor != 'dependabot[bot]' && (
27
- github.event_name != 'pull_request' ||
28
- github.event.pull_request.head.repo.full_name == github.repository
29
- )
30
- name: Check out repo
25
+ - name : Check out repo
31
26
uses : actions/checkout@v4
32
27
with :
33
- token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
34
-
35
- - if : >-
36
- github.actor == 'dependabot[bot]' || (
37
- github.event_name == 'pull_request' &&
38
- github.event.pull_request.head.repo.full_name != github.repository
39
- )
40
- name: Check out repo
41
- uses: actions/checkout@v4
42
- # We don't share secrets with Dependabot nor forks.
28
+ token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN || github.token }}
43
29
44
30
- name : Set up Node.js
45
31
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments