This commit is contained in:
dependabot[bot] 2025-09-07 21:01:57 +00:00 committed by GitHub
commit 020f456be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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}}