We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65d420 commit 34f50c1Copy full SHA for 34f50c1
.github/workflows/docker.yml
@@ -33,6 +33,11 @@ jobs:
33
dockerfile: "./docs/docbuild/Dockerfile"
34
runner: "ubuntu-24.04"
35
runs-on: ${{ matrix.runner }}
36
+ permissions:
37
+ contents: read
38
+ packages: write
39
+ attestations: write
40
+ id-token: write
41
env:
42
# Only push proj-docs package for master
43
PUSH_PACKAGES: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' && (matrix.container == 'proj' || (matrix.container == 'proj-docs' && github.ref_name == 'master')) }}
0 commit comments