Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 771 Bytes

microsoft-cert-alerts

Get notified when your certs are about to expire

About

This is a python script that runs on a schedule in Github Actions, and sends a reminder email as your certification gets close to expiring.

Signing up for the emails

To add yourself to the list, add an entry to the users list in the certifications.yaml file.

The email can be any email address you want to receive alerts at, and you should be able to find the credentialId for each cert in your Microsoft Learn profile here:

https://learn.microsoft.com/en-us/users/me/credentials?tab=credentials-tab

Unit tests

To run the unit tests, run this command from the terminal: python -m unittest discover