Skip to content

Commit a63680b

Browse files
committed
fix(ci): add permissions to deploy workflow
1 parent 8cff5c0 commit a63680b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
--health-cmd pg_isready --health-interval 10s --health-timeout 5s
3333
--health-retries 5 --name postgres
3434

35+
permissions:
36+
contents: write
37+
3538
steps:
3639
- uses: actions/checkout@v2
3740
- name: 'Use Node.js 12'

0 commit comments

Comments
 (0)