mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-08 13:40:53 +00:00
ci: fix invalid secret param for CFP hook
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user