chore: apple music post
This commit is contained in:
parent
3215450a26
commit
bfc3db2a24
16 changed files with 299 additions and 51 deletions
4
.github/workflows/scheduled-build.yaml
vendored
4
.github/workflows/scheduled-build.yaml
vendored
|
@ -9,6 +9,4 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: POST to Build Hook
|
||||
env:
|
||||
BUILD_KEY: ${{ secrets.NETLIFY_BUILD_KEY }}
|
||||
run: curl -X POST -d {} https://api.netlify.com/build_hooks/$env:BUILD_KEY
|
||||
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_KEY }}?trigger_branch=main&trigger_title=Scheduled+Github+build&clear_cache=true
|
Reference in a new issue