Skip to content

Commit 3f29cec

Browse files
committed
fix(permissions): Fix permisions
Signed-off-by: dark0dave <dark0dave@mykolab.com>
1 parent 54c2227 commit 3f29cec

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/hugo.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
with:
4949
path: ./public
5050
deploy:
51+
permissions:
52+
contents: write
53+
actions: read
5154
environment:
5255
name: github-pages
5356
url: ${{ steps.deployment.outputs.page_url }}
@@ -56,5 +59,5 @@ jobs:
5659
steps:
5760
- name: Deploy to GitHub Pages
5861
id: deployment
59-
uses: actions/deploy-pages@v3
62+
uses: actions/deploy-pages@v4
6063

0 commit comments

Comments
 (0)