Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2021-11-16 07:36:45 +0300
committerGitHub <noreply@github.com>2021-11-16 07:36:45 +0300
commitc566e25f1e4ca6654c7f850a0d07f6a8bc1f470a (patch)
tree1a2b7b4428d1967eb6b3f836fc5f21b1ecec06ca /.github
parent0d11ae8331b5e8070f0ddab86d303fbb1f4cb78e (diff)
Give create codespaces prebuild action right permissions (#61651)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/create-codespaces-prebuild.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/create-codespaces-prebuild.yml b/.github/workflows/create-codespaces-prebuild.yml
index db269106e05..341254eb793 100644
--- a/.github/workflows/create-codespaces-prebuild.yml
+++ b/.github/workflows/create-codespaces-prebuild.yml
@@ -6,6 +6,8 @@ on:
workflow_dispatch:
jobs:
createPrebuild:
+ permissions:
+ contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2