Compare commits

..

2 Commits

Author SHA1 Message Date
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
2 changed files with 8 additions and 0 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