summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2022-01-16 16:05:20 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2022-01-16 16:05:20 -0500
commit398d52af2e6b001256adef71be8e7c85a943066c (patch)
tree35461a7ea36c5e27caddf5edc845cb99c67ccecf /.github
parent43fe0bc9e4803831e3fce44cc24a2d2fd01cd433 (diff)
ci: update CFP hook secret name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/post-release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index de8cc1ff..99fd25dc 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -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 }}
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index 24a02660..2044032a 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -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