From c56d15e83d2f2ecbee5413164b8cb517bc51297f Mon Sep 17 00:00:00 2001 From: vijaychandar186 Date: Mon, 30 Mar 2026 02:38:47 -0400 Subject: [PATCH] Update sync.yml to include permissions Added permissions for write access to contents and pull requests. --- .github/workflows/sync.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 0b7e581..7e64706 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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