Add guide from singtel.com

This commit is contained in:
RevGear 2023-01-29 13:20:24 +00:00
parent 1ebe853ced
commit 3e47c13f45
6 changed files with 1115 additions and 0 deletions

17
.github/workflows/singtel.com.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: singtel.com
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
workflow_run:
workflows: [_trigger]
types:
- completed
jobs:
load:
uses: ./.github/workflows/_load.yml
with:
site: ${{github.workflow}}
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}