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 93c082c commit f55da1fCopy full SHA for f55da1f
.github/workflows/build.yml
@@ -35,6 +35,8 @@ jobs:
35
matrix:
36
os: [ubuntu-latest, windows-latest, macos-latest]
37
runs-on: ${{ matrix.os }}
38
+ permissions:
39
+ contents: read
40
steps:
41
- name: Setup PostgreSQL
42
uses: ikalnytskyi/action-setup-postgres@v4
@@ -152,6 +154,8 @@ jobs:
152
154
153
155
156
157
158
159
160
- name: Git checkout
161
uses: actions/checkout@v3
@@ -201,6 +205,8 @@ jobs:
201
205
202
206
203
207
208
209
204
210
211
212
0 commit comments