Skip to content

Commit 5458823

Browse files
committed
Update job permissions
Signed-off-by: Gerald Venzl <[email protected]>
1 parent 504fe96 commit 5458823

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-doc-mcp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
permissions:
1919
packages: write
20+
contents: read
21+
attestations: write
22+
id-token: write
2023

2124
name: 🛠️ Build image
2225
runs-on: ${{ matrix.runner }}
@@ -52,6 +55,9 @@ jobs:
5255

5356
permissions:
5457
packages: write
58+
contents: read
59+
attestations: write
60+
id-token: write
5561

5662
steps:
5763
- name: 🫸 Push multi-arch image to Container Registry

0 commit comments

Comments
 (0)