Skip to content

Commit

Permalink
Merge pull request #1720 from edx/katebygrace/fix-ssl-job
Browse files Browse the repository at this point in the history
chore: fix ssl job
  • Loading branch information
katebygrace authored Jan 8, 2024
2 parents a62ebc4 + 0f0061d commit 19702b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/resources/saml-ssl-expiration-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ set +x

export SSL=$($SAML_SECRET | sed 's/\\"/"/g' | jq -r ".$SECRET_KEY")

python saml-ssl-expiration-check.py -d $DAYS -v SSL
python saml-ssl-expiration-check.py -d $DAYS -v SSL -e $REGION

0 comments on commit 19702b3

Please sign in to comment.