Merge pull request #819 from ocf/auto-sync-transpire #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
transpire-ci: | |
uses: ocf/transpire-ci/.github/workflows/trigger.yml@master | |
with: | |
module_name: ocfweb | |
secrets: | |
TRANSPIRE_CI_PAT: ${{ secrets.TRANSPIRE_CI_PAT }} |