Skip to content

Commit 25720b5

Browse files
authored
Update update_lets_encrypt_certificate.yml
1 parent e99ceb8 commit 25720b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_lets_encrypt_certificate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
update_certificate:
1313
runs-on: ubuntu-latest
1414
name: Update Let's Encrypt certificate
15+
env:
16+
GH_TOKEN: ${{ secrets.PAT }}
1517
steps:
1618
- name: Checkout to certificates
1719
uses: actions/checkout@v3
@@ -40,5 +42,3 @@ jobs:
4042
git add tests/integration/backward_compatible/ssl_tests/keystore.jks
4143
git commit -m "Update Let's Encrypt Certificate"
4244
git push
43-
env:
44-
GH_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)