Skip to content

Commit 729337f

Browse files
committed
feat: set github token permissions contents to write
1 parent fda0d65 commit 729337f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: build
4444

45+
permissions:
46+
contents: write
47+
4548
steps:
4649
- name: Checkout
4750
uses: actions/checkout@v4

0 commit comments

Comments
 (0)