Skip to content

Commit 34f50c1

Browse files
committed
Add relavent permissions for image attestation
1 parent d65d420 commit 34f50c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
dockerfile: "./docs/docbuild/Dockerfile"
3434
runner: "ubuntu-24.04"
3535
runs-on: ${{ matrix.runner }}
36+
permissions:
37+
contents: read
38+
packages: write
39+
attestations: write
40+
id-token: write
3641
env:
3742
# Only push proj-docs package for master
3843
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

Comments
 (0)