diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 72db307..38ab3c0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -75,6 +75,6 @@ jobs: password: ${{ secrets.EMAIL_PASSWORD }} subject: My APK body: Please find attached the APK. - from: 'joseernestosantosmoraes@gmail.com' + from: ${{ secrets.EMAIL_USERNAME }} to: 'jose.ernesto.santos07@aluno.ifce.edu.br' attachments: 'app-debug.apk' \ No newline at end of file diff --git a/README.md b/README.md index 72a320f..b9792d8 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Atividade 01: - [ ] Preparando Extensions de UI - [ ] Dotenv - [ ] RestClient - Dio - \ No newline at end of file + senha: cddbdabqeujfjluo \ No newline at end of file