Merge 9995c1f093 into 0a31abd06f
This commit is contained in:
commit
020f456be7
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
echo "Error: Let's Encrypt CA is not being used for verification."
|
echo "Error: Let's Encrypt CA is not being used for verification."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- uses: actions/github-script@v7
|
- uses: actions/github-script@v8
|
||||||
if: steps.release-please.outputs.pr
|
if: steps.release-please.outputs.pr
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
ACME_SERVER_URL: https://acme-v02.api.letsencrypt.org/directory
|
ACME_SERVER_URL: https://acme-v02.api.letsencrypt.org/directory
|
||||||
run: |
|
run: |
|
||||||
./run_tests.sh
|
./run_tests.sh
|
||||||
- uses: actions/github-script@v7
|
- uses: actions/github-script@v8
|
||||||
if: steps.release-please.outputs.pr
|
if: steps.release-please.outputs.pr
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue