From 28749dd4ad699eb096552cb014e87158c0544a5c Mon Sep 17 00:00:00 2001 From: Marta Sokolska Date: Sun, 14 Apr 2024 15:23:20 +0200 Subject: [PATCH] Update embedme.yml --- .github/workflows/embedme.yml | 3 +++ 1 file changed, 3 insertions(+) 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