Skip to content

Commit b9602c9

Browse files
Update ci.yml
1 parent ba3e129 commit b9602c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on: [push, pull_request]
44
jobs:
55
ci:
66
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
7+
secrets:
8+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
79
with:
810
disable_behat: false
911
disable_grunt: false
1012
release_branches: main
1113
min_php: '7.4'
12-
secrets:
13-
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
14+

0 commit comments

Comments
 (0)