mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 14:21:41 +08:00
Update sync.yml to include permissions
Added permissions for write access to contents and pull requests.
This commit is contained in:
parent
ab9eb68434
commit
c56d15e83d
6
.github/workflows/sync.yml
vendored
6
.github/workflows/sync.yml
vendored
@ -2,9 +2,13 @@ name: Sync Fork
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # once daily at 03:00 UTC
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user