Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Retrieve meWatch Channel(s) manifest with DRM Widevine URL #1499

Retrieve meWatch Channel(s) manifest with DRM Widevine URL

Retrieve meWatch Channel(s) manifest with DRM Widevine URL #1499

Workflow file for this run

name: Retrieve meWatch Channel(s) manifest with DRM Widevine URL
# Controls when the action will run.
on:
schedule:
- cron: '0 0/12 * * *'
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
#- name: Run a one-line script
# run: echo testing!
# Runs a set of commands using the runners shell
- name: Main
env:
AUTH: ${{ secrets.AUTH }}
run: |
pwd
chmod +x download.sh
./download.sh
- name: git add
run: |
git add -A
ls -la
- name: config
run: |
git config --global user.email leongkaisheng8@gmail.com
git config --global user.name samleong123
git add .
git commit -m "Update new token"
- name: commit
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main