mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-14 00:17:07 +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
|
mike deploy nightly --push
|
||||||
# - name: Deploy to CF Pages
|
# - name: Deploy to CF Pages
|
||||||
# run: |
|
# 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
|
# - name: Deploy to CF Pages
|
||||||
# run: |
|
# run: |
|
||||||
# curl -X POST ${{ secrets.CFP_HOOK }}
|
# curl -X POST ${{ secrets.BOTTOM_CFP_HOOK }}
|
||||||
|
|
||||||
packaging:
|
packaging:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue