WebRTC Release #83
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WebRTC Release | |
run-name: WebRTC Release | |
on: | |
schedule: | |
- cron: '0 12 * * 3' | |
jobs: | |
Build-Script: | |
runs-on: macos-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Set up Python 3.x | |
uses: actions/setup-python@v4 | |
with: | |
python-version: "3.x" | |
- name: Running WebRTC weekly release checks | |
run: | | |
sh clean.sh | |
pip install requests python-telegram-bot | |
python -u scripts/release.py | |