From 31ffbec13b2ce982141a2abb841b370465a90974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Sat, 3 Dec 2022 11:06:15 +0100 Subject: [PATCH] Update deploy config --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a10182..a2627e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,9 @@ jobs: - run: npm run sitemap - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 + permissions: + contents: write with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: dist CLEAN: true