Skip to content

telegram github opencollective report #39

telegram github opencollective report

telegram github opencollective report #39

name: telegram github opencollective report
on:
schedule:
- cron: "0 13 26 * *"
jobs:
build:
defaults:
run:
working-directory: ./.github/workflows/opencollective_contributions
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: get contribution report
shell: bash
run: |
./get_opencollective_info.sh > contributions_report_message
- name: send opencollective contribution report to osscameroon channel
uses: appleboy/[email protected]
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: MarkdownV2
message_file: ./.github/workflows/opencollective_contributions/contributions_report_message
- name: send opencollective contribution report to osscameroon group
uses: appleboy/[email protected]
with:
to: ${{ secrets.TELEGRAM_OSSCAMEROON_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: MarkdownV2
message_file: ./.github/workflows/opencollective_contributions/contributions_report_message