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 5e164bf commit a9845a4Copy full SHA for a9845a4
.github/workflows/build.yml
@@ -10,6 +10,9 @@ on:
10
- v*
11
pull_request:
12
13
+permissions:
14
+ contents: read
15
+
16
env:
17
postgis_version: 3
18
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
.github/workflows/trigger-doc-build.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- docs
jobs:
build:
runs-on: ubuntu-22.04
0 commit comments