From 3de8fbc685303cd040f7fc7db6c9bcc735ed3e84 Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Mon, 22 Jan 2024 14:26:20 -0500 Subject: [PATCH] build: update actions,contents permission Signed-off-by: MarkAckert --- .github/workflows/license-generation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license-generation.yml b/.github/workflows/license-generation.yml index 8df69d4..e6c49d6 100644 --- a/.github/workflows/license-generation.yml +++ b/.github/workflows/license-generation.yml @@ -1,8 +1,9 @@ name: License Bundle Generation permissions: - contents: read + contents: write id-token: write + actions: write on: workflow_dispatch: