Skip to content

Commit fa90f1c

Browse files
devantlerCopilot
andcommitted
fix: grant contents/pull-requests write permissions for update workflow
The reusable workflow's job requests contents: write and pull-requests: write. The caller must grant at least those permissions — permissions: {} blocks them entirely. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0c6a865 commit fa90f1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-copilot-skills.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
schedule:
66
- cron: "0 6 * * *"
77

8-
permissions: {}
8+
permissions:
9+
contents: write
10+
pull-requests: write
911

1012
jobs:
1113
update:

0 commit comments

Comments
 (0)