Skip to content

Commit 19d4288

Browse files
authored
Merge pull request #18 from githubnext/copilot/update-workflow-permissions
Fix sync-branches permissions: read-all → contents: write
2 parents 14dc2e2 + 31a23dc commit 19d4288

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sync-branches.lock.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflows/sync-branches.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
branches: [main] # ← update this if your default branch is not 'main'
1010
workflow_dispatch:
1111

12-
permissions: read-all
12+
permissions:
13+
contents: write
1314

1415
timeout-minutes: 10
1516

0 commit comments

Comments
 (0)