Compare commits

..

3 Commits

Author SHA1 Message Date
8a22f0f9db Update amazon mailer to 5.2 2023-12-16 16:08:25 +00:00
5b4b99d914 Add mailer Amazon SES 2023-12-10 18:50:04 +01:00
88cd6263bc Adapt the github action release to make it work with Gitea 2023-12-10 18:50:04 +01:00
4 changed files with 671 additions and 413 deletions

1
.secrets.EXAMPLE Normal file
View File

@ -0,0 +1 @@
GITEA_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

7
README_GITEA.txt Normal file
View File

@ -0,0 +1,7 @@
1. Copy release_event.json.EXAMPLE to elease_event.json and adapt it
2. Copy .secrets.EXAMPLE to .secrets and adapt it
3. Run
$ act release -e release_event.json
or
$ act release -e release_event.json --pull=false
to avoid pulling act image at each run

View File

@ -130,6 +130,7 @@
"symfony/form": "^4.4",
"symfony/framework-bundle": "^4.4",
"symfony/google-mailer": "^4.4",
"symfony/amazon-mailer": "^5.2",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/mailer": "^4.4",

1075
composer.lock generated

File diff suppressed because it is too large Load Diff