From 735e728a9e518675abadf4ebf8e09d188c46c216 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Tue, 25 Feb 2025 13:44:09 +0000 Subject: [PATCH] fix(ci): Indentation issue --- .github/workflows/on_label_added.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_label_added.yml b/.github/workflows/on_label_added.yml index 4d0613a8..af8abc5e 100644 --- a/.github/workflows/on_label_added.yml +++ b/.github/workflows/on_label_added.yml @@ -12,7 +12,7 @@ permissions: jobs: get_pr_details: permissions: - contents: read + contents: read id-token: write if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/reusable_export_pr_details.yml