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