We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad59306 commit c97c0afCopy full SHA for c97c0af
1 file changed
.github/workflows/build.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
branches:
6
- main # or the branch you want to trigger on
7
- pull_request:
8
- branches:
9
- - main # or the branch you want to trigger on
+
+permissions:
+ contents: write
10
11
jobs:
12
build_and_deploy:
@@ -39,7 +39,6 @@ jobs:
39
with:
40
branch: gh-pages # The branch you want to deploy to
41
folder: dist # The folder to deploy from
42
- token: ${{ secrets.GITHUB_TOKEN }}
43
44
# Create a release with the built dist folder as a zip file
45
- name: Create GitHub Release
0 commit comments