We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cff5c0 commit a63680bCopy full SHA for a63680b
1 file changed
.github/workflows/deploy.yml
@@ -32,6 +32,9 @@ jobs:
32
--health-cmd pg_isready --health-interval 10s --health-timeout 5s
33
--health-retries 5 --name postgres
34
35
+ permissions:
36
+ contents: write
37
+
38
steps:
39
- uses: actions/checkout@v2
40
- name: 'Use Node.js 12'
0 commit comments