Skip to content

Add support of rotating log to file with specified prefix. (#202) #40

Add support of rotating log to file with specified prefix. (#202)

Add support of rotating log to file with specified prefix. (#202) #40

Workflow file for this run

name: Roll WebRTC revision
on:
push:
branches:
- 108-sdk
jobs:
roll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: open-webrtc-toolkit/owt-client-native
ref: refs/heads/main
fetch-depth: 0
token: ${{ secrets.OWT_BOT_TOKEN }}
- uses: actions/setup-python@v2
- run: pip install requests
- run: python scripts/roll_webrtc.py --base_branch main --revision $GITHUB_SHA --token $OWT_BOT_TOKEN
env:
OWT_BOT_TOKEN: ${{ secrets.OWT_BOT_TOKEN }}