Skip to content

Commit 3731d0a

Browse files
committed
Patch deploy action
1 parent 79545bd commit 3731d0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build and Deploy
22
on:
33
release:
44
types: [published]
5+
permissions:
6+
contents: write
57
jobs:
68
build-and-deploy:
79
runs-on: ubuntu-latest
@@ -24,6 +26,5 @@ jobs:
2426
- name: Deploy 🚀
2527
uses: JamesIves/github-pages-deploy-action@releases/v4
2628
with:
27-
token: ${{ secrets.ACCESS_TOKEN }}
2829
branch: gh-pages
2930
folder: build

0 commit comments

Comments
 (0)