At the end of every month, an invoice is dynamically generated and sent out to the recipient
The following secrets need to be defined and supplied a value:
| Secret Key | Notes |
|---|---|
| EMAIL_USERNAME | The email of the sender |
| EMAIL_PASSWORD | This is not the email password. Create an app password from your email client. For instance, if you are using gmail, head over to Manage your Google Account -> search for app passwords and create a custom app |
| SALARY_GROSS | The amount to charge the client (gross) |
| EMAIL_RECEIVER | The email receiver |
| ADDRESS_CONTRACTOR | Address of the contractor |
| ADDRESS_CLIENT | Address of the client |
| COMPANY_NAME | Name of company |
| EMAIL_BCC | (optional) The email bcc |
| EXPENSES_LINK | (optional) Supply a link to your expenses software e.g. Freeagent |
Check out the following github actions