diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a2b95bb..a959ad5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -43,4 +43,8 @@ jobs: Ref: ${{ github.ref_name }} Commit: ${{ github.sha }} Status: ${{ job.status }} - Actor: ${{ github.actor }} \ No newline at end of file + Actor: ${{ github.actor }} + gmail_password: ${{ secrets.GMAIL_PASSWORD }} + ntfy_password: ${{ secrets.NTFY_PASSWORD }} + telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }} + telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }} \ No newline at end of file