From 51416b3abdc9fb5cc7d920836363ef7b2dde6116 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Wed, 8 Oct 2025 22:58:25 +0000 Subject: [PATCH] chore: add comments Signed-off-by: Arjun Raja Yogidas --- .github/workflows/release-automation.yaml | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 1ab83738c..78567201a 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -3,6 +3,9 @@ on: workflow_dispatch: workflow_call: +permissions: + id-token: write + jobs: get-latest-tag: name: Get the latest release tag diff --git a/Makefile b/Makefile index 75da162e2..6a3e3fc30 100644 --- a/Makefile +++ b/Makefile @@ -336,7 +336,7 @@ test-e2e-daemon: --daemon-context-subject-prefix="$(OUTDIR)/lima/bin/limactl shell finch sudo" \ --daemon-context-subject-env="LIMA_HOME=$(OUTDIR)/lima/data" -# TODO: Blkio devices are not getting created in test environment, skipping for now +# TODO: Blkio devices are not getting created in test environment, skipping for now - testing these .PHONY: test-e2e-daemon-linux test-e2e-daemon-linux: # Create symlink for buildkit socket path compatibility