diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6b8e0ce4..97a423770 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,9 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest + permissions: + contents: write + # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it