From 4b36d592510de43068f7c8fe8c18d45d6b3b9695 Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Tue, 11 Jun 2024 15:03:21 +0100 Subject: [PATCH] check if write-all works --- .github/workflows/rust-docker-build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-docker-build.yml b/.github/workflows/rust-docker-build.yml index 5c796ad3dc7b25..05f3beeb09fc9f 100644 --- a/.github/workflows/rust-docker-build.yml +++ b/.github/workflows/rust-docker-build.yml @@ -22,10 +22,11 @@ jobs: - hook-janitor - hook-worker runs-on: depot-ubuntu-22.04-4 - permissions: - id-token: write # allow issuing OIDC tokens for this workflow run - contents: read # allow reading the repo contents - packages: write # allow push to ghcr.io + permissions: write-all + # permissions: + # id-token: write # allow issuing OIDC tokens for this workflow run + # contents: read # allow reading the repo contents + # packages: write # allow push to ghcr.io defaults: run: