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