mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-12 23:47:17 +00:00
ci: update CFP hook secret name
This commit is contained in:
parent
43fe0bc9e4
commit
398d52af2e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -42,4 +42,4 @@ jobs:
|
|||
mike deploy nightly --push
|
||||
# - name: Deploy to CF Pages
|
||||
# run: |
|
||||
# curl -X POST ${{ secrets.CFP_HOOK }}
|
||||
# curl -X POST ${{ secrets.BOTTOM_CFP_HOOK }}
|
||||
|
|
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# - name: Deploy to CF Pages
|
||||
# run: |
|
||||
# curl -X POST ${{ secrets.CFP_HOOK }}
|
||||
# curl -X POST ${{ secrets.BOTTOM_CFP_HOOK }}
|
||||
|
||||
packaging:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue