diff --git a/.github/workflows/embedme.yml b/.github/workflows/embedme.yml index 9fdf97f..c4fe0b5 100644 --- a/.github/workflows/embedme.yml +++ b/.github/workflows/embedme.yml @@ -20,6 +20,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