From f93bee9298f4c0e7c81b2d4c9dc62931a4e85714 Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Wed, 10 Jan 2024 21:56:02 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1f35721..76cb27e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,6 +8,8 @@ on: jobs: deploy: + permissions: + pages: write runs-on: ubuntu-22.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -31,4 +33,4 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public \ No newline at end of file + publish_dir: ./public