From e2c5454c6a2343f4a721eb24903422e3b7f1c186 Mon Sep 17 00:00:00 2001 From: liu-idf18 Date: Mon, 6 Jul 2026 15:16:02 -0300 Subject: [PATCH] Update copilot-setup-steps.yml TZAHAL 165 --- .github/workflows/copilot-setup-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 71347f0621b2d..7400eda90e441 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -1,5 +1,5 @@ name: 'Copilot Setup Steps' -on: workflow_dispatch +on: workflow jobs: # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot. @@ -10,7 +10,7 @@ jobs: # Copilot will be given its own token for its operations. permissions: # If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission. If you don't clone the repository in your setup steps, Copilot will do this for you automatically after the steps complete. - contents: read + contents: write # You can define any steps you want, and they will run before the agent starts. # If you do not check out your code, Copilot will do this for you.