From 00add71a294350d23117893058be789f88b1d3b2 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 27 Sep 2025 16:03:46 +0200 Subject: [PATCH] Fix formatting of permissions in GitHub Copilot setup steps --- prompts/github-copilot-starter.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/github-copilot-starter.prompt.md b/prompts/github-copilot-starter.prompt.md index 55770a3..b34a315 100644 --- a/prompts/github-copilot-starter.prompt.md +++ b/prompts/github-copilot-starter.prompt.md @@ -272,7 +272,7 @@ jobs: copilot-setup-steps: runs-on: ubuntu-latest permissions: - contents: read # Adjust based on tech stack needs + contents: read steps: - name: Checkout code uses: actions/checkout@v5