Skip to content

Commit 0addc6a

Browse files
committed
Fix deploy workflow
1 parent 250ffa6 commit 0addc6a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
name: Test
1+
name: Deploy
22
on:
33
push:
44
branches:
55
- main
66
permissions:
7-
contents: read
7+
contents: write
88
jobs:
99
deploy:
1010
name: Demo Deploy
1111
runs-on: ubuntu-latest
12-
permissions:
13-
contents: write
1412
steps:
1513
- name: Checkout the repository
1614
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)