Skip to content

Commit 955ecab

Browse files
committed
Adding missing permissions to deploy config.
1 parent 2e3fd95 commit 955ecab

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
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- '*'
6+
permissions:
7+
contents: write
68
jobs:
79
publish:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)