Compare commits

..

4 Commits

Author SHA1 Message Date
8aa0298fc5 Add mailer Amazon SES 2023-12-06 00:25:15 +00:00
3282d686bb More fix 2023-12-05 23:24:34 +01:00
f8bb46ac37 Mode modifications 2023-12-03 22:37:01 +01:00
b2f54cb7d4 Try to upload asset using multipart 2023-11-22 23:06:16 +01:00
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -1,7 +0,0 @@
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