Skip to content

Commit

Permalink
Add secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarat87 committed Oct 17, 2024
1 parent dcb3b37 commit 08c6b11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ on: [push, pull_request]

jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

0 comments on commit 08c6b11

Please sign in to comment.