From 3731d0ab7dc8ba6becb0b452dc8edeacbe0791f9 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Mon, 1 Apr 2024 20:08:21 +0100 Subject: [PATCH] Patch deploy action --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 15dbed7..58ca839 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,6 +2,8 @@ name: Build and Deploy on: release: types: [published] +permissions: + contents: write jobs: build-and-deploy: runs-on: ubuntu-latest @@ -24,6 +26,5 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v4 with: - token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages folder: build