Skip to content

Commit 8888069

Browse files
committed
fix(ci): fix permissions indentation
1 parent 739c0d1 commit 8888069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99

1010
jobs:
1111
build:
12-
permissions: contents: write
12+
permissions:
13+
contents: write
1314
runs-on: ubuntu-latest
1415

1516
strategy:

0 commit comments

Comments
 (0)