mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 16:14:16 +02:00
ci: fix invalid secret param for CFP hook
This commit is contained in:
parent
81260a2c25
commit
feb6d9db2f
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -43,4 +43,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to CF Pages
|
- name: Deploy to CF Pages
|
||||||
run: |
|
run: |
|
||||||
curl -X POST ${CFP_HOOK}
|
curl -X POST ${{ secrets.CFP_HOOK }}
|
||||||
|
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to CF Pages
|
- name: Deploy to CF Pages
|
||||||
run: |
|
run: |
|
||||||
curl -X POST ${CFP_HOOK}
|
curl -X POST ${{ secrets.CFP_HOOK }}
|
||||||
|
|
||||||
packaging:
|
packaging:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user