Skip to content

Commit 3628bc5

Browse files
fixing deploy action
1 parent 8f5cad7 commit 3628bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
- main
55
jobs:
66
deploy:
7-
if: "!contains(github.event.commits[0].message, '[ci skip]')"
7+
permissions:
8+
contents: write
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)