Skip to content

Commit 7361589

Browse files
committed
fix yaml
1 parent 06e37a0 commit 7361589

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
test-deploy: permissions:
9-
pages: write
10-
id-token: write
11-
contents: write
8+
test-deploy:
9+
permissions:
10+
pages: write
11+
id-token: write
12+
contents: write
1213

1314
name: Test deployment
1415
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)