Update copilot-setup-steps.yml

This commit is contained in:
palanisd 2025-11-23 17:42:04 -05:00 committed by GitHub
parent 1b0413ee74
commit c233da6318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,6 @@ jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
# Set the permissions to the lowest permissions possible needed for your steps.
# 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
# Timeout after 30 minutes (maximum is 59)
timeout-minutes: 30