Skip to content

Commit

Permalink
test run on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Nov 1, 2024
1 parent 77c1704 commit d040e86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/job-certificate-expire-test-run.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Certificate Expiry Test Run

on:
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
email:
Expand Down Expand Up @@ -32,4 +34,6 @@ jobs:
- run: pipenv run python3 -m bin.check_certificate_expiry --test agnieszka.bachleda@justice.gov.uk
env:
GANDI_CERTIFICATES_TOKEN: ${{ secrets.GANDI_CERTIFICATES_TOKEN }}
NOTIFY_PROD_API_KEY: ${{ secrets.NOTIFY_PROD_API_KEY }}
NOTIFY_PROD_API_KEY: ${{ secrets.NOTIFY_PROD_API_KEY }}
S3_CERT_BUCKET_NAME: ${{ secrets.S3_CERT_BUCKET_NAME }}
S3_CERT_OBJECT_NAME: ${{ secrets.S3_CERT_OBJECT_NAME}}

0 comments on commit d040e86

Please sign in to comment.