Skip to content

Commit 35db25b

Browse files
committed
Update secrets
1 parent b3498d1 commit 35db25b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm instal
6464

6565
notify-email:
66-
needs: [lint, integration-tests, deploy]
66+
needs: [lint, integration-tests, deploy]
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Prepare SHA and Run ID
@@ -82,7 +82,6 @@ jobs:
8282
subject: CI/CD Pipeline Notification - ${{ github.ref_name }}
8383
from: CI/CD Bot <ci-bot@example.com>
8484
to: ${{ secrets.EMAIL_TO }}
85-
secure: false
8685
html_body: |
8786
<html lang="es">
8887
<head>
@@ -154,7 +153,7 @@ jobs:
154153
<a href="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" class="button">Ver resultados del pipeline</a>
155154
</div>
156155
<div class="footer">
157-
<p>Este es un mensaje automatizado de tu bot de CI/CD. No es necesario responder.</p>
156+
<p>Este es un mensaje automatizado de tu bot de CI/CD. No es necesario responder.</p>
158157
</div>
159158
</div>
160159
</body>

0 commit comments

Comments
 (0)