homebrew-cask/.github/workflows/sync_templates_and_ci_confi...

18 lines
365 B
YAML
Raw Normal View History

2019-08-13 07:28:20 +08:00
name: Sync templates and CI config.
2019-08-13 07:07:52 +08:00
on:
push:
branches:
- master
jobs:
2019-08-13 07:28:20 +08:00
sync_templates_and_ci_config:
2019-08-13 07:07:52 +08:00
runs-on: ubuntu-latest
steps:
2019-08-13 07:28:20 +08:00
- uses: actions/checkout@master
2019-08-13 07:07:52 +08:00
- uses: ./.github/actions/sync
2019-08-13 07:28:20 +08:00
with:
args: /templates.rb
2019-08-13 07:07:52 +08:00
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}