mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-24 22:21:40 +00:00
add comments
This commit is contained in:
parent
4632035581
commit
7d7e5bac12
1
.github/workflows/LetsEncrypt.yml
vendored
1
.github/workflows/LetsEncrypt.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
|
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
|
||||||
TEST_LOCAL: 1
|
TEST_LOCAL: 1
|
||||||
|
#The 80 port is used by Windows server, we have to use a custom port, ngrok will also use this port.
|
||||||
Le_HTTPPort: 8888
|
Le_HTTPPort: 8888
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user