From 62e3ba6e3254a59b0e8b194f0816afb797253539 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 16 Mar 2026 14:03:41 -0700 Subject: chore: update permissions in Docker workflow (#3283) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- .github/workflows/docker.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 68a1ad5c..670bc2d5 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -11,6 +11,8 @@ jobs: cancel-in-progress: true permissions: packages: write + contents: read + id-token: write runs-on: depot-ubuntu-24.04 steps: -- cgit v1.3.1