Skip to content

Commit 0201ab5

Browse files
committed
ci: Add contents/write permissions for deployment
1 parent 6abf4c5 commit 0201ab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build-and-deploy:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- name: Checkout
1618
uses: actions/checkout@v2

0 commit comments

Comments
 (0)