Skip to content

Commit f0f2cb6

Browse files
Update ci.yml
1 parent d0c57d0 commit f0f2cb6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ on: [push, pull_request]
33

44
jobs:
55
ci:
6-
runs-on: localrunner
7-
steps:
8-
- uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9-
with:
10-
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
11-
disable_behat: false
12-
disable_grunt: false
13-
release_branches: main
14-
min_php: '7.4'
6+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
7+
with:
8+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
9+
disable_behat: false
10+
disable_grunt: false
11+
release_branches: main
12+
min_php: '7.4'
13+
secrets:
14+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

0 commit comments

Comments
 (0)