Skip to content

Commit 2f4e96e

Browse files
authored
Merge pull request #30 from hellsgor/develop
Chore[ci]: fixed GitHub Actions deploy
2 parents c4ed464 + 565b76f commit 2f4e96e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66
workflow_dispatch:
77

88
permissions:
9-
contents: read
9+
contents: write
1010
pages: write
1111
id-token: write
1212

1313
jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
16-
1716
steps:
1817
- name: Checkout repo
1918
uses: actions/checkout@v4

0 commit comments

Comments
 (0)