We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f21c6 commit 1762e8eCopy full SHA for 1762e8e
.github/workflows/copilot-setup-steps.yml
@@ -15,12 +15,12 @@ jobs:
15
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
16
copilot-setup-steps:
17
runs-on: ubuntu-latest
18
-
+
19
# Set the permissions to the lowest permissions possible needed for your steps.
20
# Copilot will be given its own token for its operations.
21
permissions:
22
contents: read
23
24
# You can define any steps you want, and they will run before the agent starts.
25
# If you do not check out your code, Copilot will do this for you.
26
steps:
0 commit comments