From 10411829a430fcee2bfc045967fb153213ef23ad Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Mon, 15 Nov 2021 19:23:54 -0800 Subject: [PATCH] Give create codespaces prebuild action right permissions --- .github/workflows/create-codespaces-prebuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-codespaces-prebuild.yml b/.github/workflows/create-codespaces-prebuild.yml index db269106e05a5..341254eb79347 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