Skip to content

Commit b81f597

Browse files
Update workflow with required job name, permissions, and environment settings
Co-authored-by: ronniegeraghty <[email protected]>
1 parent 111d910 commit b81f597

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,18 @@ on:
3939
- '.devcontainer/**'
4040
- '.github/workflows/copilot-setup-steps.yml'
4141

42+
permissions:
43+
id-token: write
44+
contents: read
45+
4246
jobs:
43-
setup-environment:
47+
copilot-setup-steps:
4448
name: Setup Copilot Coding Agent Environment
4549
runs-on: ubuntu-latest
50+
permissions:
51+
id-token: write
52+
contents: read
53+
environment: Copilot
4654
container:
4755
image: mcr.microsoft.com/devcontainers/rust:1-1-bullseye
4856

0 commit comments

Comments
 (0)