mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-14 02:50:04 -04:00
Update publish.yml
This commit is contained in:
parent
64621ba922
commit
64be4b5567
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -2,7 +2,7 @@ name: Publish playlists
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * * *'
|
- cron: '0 1 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v1.5.1
|
uses: peter-evans/create-pull-request@v1.5.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
COMMIT_MESSAGE: 'Update README.md'
|
COMMIT_MESSAGE: 'Update README.md'
|
||||||
PULL_REQUEST_BRANCH: bot-patch
|
PULL_REQUEST_BRANCH: bot-patch
|
||||||
PULL_REQUEST_TITLE: '[Bot] Update README.md'
|
PULL_REQUEST_TITLE: '[Bot] Update README.md'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue