Skip to content

Commit c566e25

Browse files
authored
Give create codespaces prebuild action right permissions (#61651)
1 parent 0d11ae8 commit c566e25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-codespaces-prebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
workflow_dispatch:
77
jobs:
88
createPrebuild:
9+
permissions:
10+
contents: write
911
runs-on: ubuntu-latest
1012
steps:
1113
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)