diff --git a/.github/workflows/notify_on_issue_open.yaml b/.github/workflows/notify_on_issue_open.yaml index 78dd18e..d1b0037 100644 --- a/.github/workflows/notify_on_issue_open.yaml +++ b/.github/workflows/notify_on_issue_open.yaml @@ -25,7 +25,7 @@ jobs: run: | ./build_issue_notification.sh $GITHUB_EVENT_PATH > notify_on_issue_open_message - name: send contribution report to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.telegram_channel_id }} token: ${{ secrets.telegram_token }} diff --git a/.github/workflows/notify_on_pull_request_open.yaml b/.github/workflows/notify_on_pull_request_open.yaml index 1d2d434..907a248 100644 --- a/.github/workflows/notify_on_pull_request_open.yaml +++ b/.github/workflows/notify_on_pull_request_open.yaml @@ -25,7 +25,7 @@ jobs: run: | ./build_pull_request_notification.sh $GITHUB_EVENT_PATH > notify_on_pull_request_open_message - name: send contribution report to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.telegram_channel_id }} token: ${{ secrets.telegram_token }} diff --git a/.github/workflows/recommend_yotas_issues.yaml b/.github/workflows/recommend_yotas_issues.yaml index 7c8cf67..cd97c72 100644 --- a/.github/workflows/recommend_yotas_issues.yaml +++ b/.github/workflows/recommend_yotas_issues.yaml @@ -19,14 +19,14 @@ jobs: GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} ./get_yotas_issues.sh > yotas_issues_message - name: send custom message with to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} message_file: ./.github/workflows/recommend_yotas_issues/yotas_issues_message - name: send custom message with to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_contributions.yaml b/.github/workflows/report_contributions.yaml index a43a0ef..3e501db 100644 --- a/.github/workflows/report_contributions.yaml +++ b/.github/workflows/report_contributions.yaml @@ -27,7 +27,7 @@ jobs: GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} ./get_contribution_report.sh > contributions_report_message - name: send contribution report to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -35,7 +35,7 @@ jobs: message_file: ./.github/workflows/report_contributions/contributions_report_message - name: send contribution report to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_jobs.yaml b/.github/workflows/report_jobs.yaml index 03305c3..0d96bdc 100644 --- a/.github/workflows/report_jobs.yaml +++ b/.github/workflows/report_jobs.yaml @@ -22,7 +22,7 @@ jobs: cat report_jobs - name: send jobs report to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_REMOTEJOBS_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_jokes.yaml b/.github/workflows/report_jokes.yaml index 9dfaa8b..1c72189 100644 --- a/.github/workflows/report_jokes.yaml +++ b/.github/workflows/report_jokes.yaml @@ -27,7 +27,7 @@ jobs: cat report_joke - name: send joke report to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_news.yaml b/.github/workflows/report_news.yaml index 4147464..491d384 100644 --- a/.github/workflows/report_news.yaml +++ b/.github/workflows/report_news.yaml @@ -36,7 +36,7 @@ jobs: run: cat news_feed_message - name: send contribution report to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_number_of_yotas.yaml b/.github/workflows/report_number_of_yotas.yaml index 86fae93..125347b 100644 --- a/.github/workflows/report_number_of_yotas.yaml +++ b/.github/workflows/report_number_of_yotas.yaml @@ -17,7 +17,7 @@ jobs: run: python extract.py > members_yotas_message - name: send custom message to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -25,7 +25,7 @@ jobs: message_file: ./.github/workflows/members_yotas/members_yotas_message - name: send custom message to osscameroon telegram group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_open_projects.yaml b/.github/workflows/report_open_projects.yaml index db723d2..bd1c304 100644 --- a/.github/workflows/report_open_projects.yaml +++ b/.github/workflows/report_open_projects.yaml @@ -19,7 +19,7 @@ jobs: ./get_open_projects.sh > open_projects_message - name: send open projects report to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -27,7 +27,7 @@ jobs: message_file: ./.github/workflows/report_open_projects/open_projects_message - name: send open projects report to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_opencollective.yaml b/.github/workflows/report_opencollective.yaml index 8787ebb..90cdbb7 100644 --- a/.github/workflows/report_opencollective.yaml +++ b/.github/workflows/report_opencollective.yaml @@ -19,7 +19,7 @@ jobs: ./get_opencollective_info.sh > contributions_report_message - name: send opencollective contribution report to osscameroon channel - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -27,7 +27,7 @@ jobs: message_file: ./.github/workflows/opencollective_contributions/contributions_report_message - name: send opencollective contribution report to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/report_quotes.yaml b/.github/workflows/report_quotes.yaml index 8599397..f62bd7b 100644 --- a/.github/workflows/report_quotes.yaml +++ b/.github/workflows/report_quotes.yaml @@ -27,7 +27,7 @@ jobs: cat report_quote - name: send quote report to osscameroon group - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }}