diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3e8443d6..bae89ae5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,9 @@ on: jobs: deploy-to-github-pages: + # Fix: Permission to Luthetus/Luthetus.Ide.git denied to github-actions + permissions: + contents: write # use ubuntu-latest image to run steps on runs-on: ubuntu-latest steps: @@ -42,4 +45,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages - FOLDER: dist/Web/wwwroot \ No newline at end of file + FOLDER: dist/Web/wwwroot