From 70d7903496925770cd2608e8b1bb63acb00583cf Mon Sep 17 00:00:00 2001 From: EED85 Date: Mon, 21 Jul 2025 06:40:22 +0200 Subject: [PATCH] [no ci] - rename jobs + pass secrets correctly --- .github/workflows/callable_update_eed_basic_utils.yml | 5 ++++- .github/workflows/update_eed_basic_utils.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/callable_update_eed_basic_utils.yml b/.github/workflows/callable_update_eed_basic_utils.yml index 265e563..a428f31 100644 --- a/.github/workflows/callable_update_eed_basic_utils.yml +++ b/.github/workflows/callable_update_eed_basic_utils.yml @@ -6,9 +6,12 @@ on: package_name: required: true type: string + secrets: + GH_PAT: + required: true jobs: - update-eed-basic-utils: + callable_update_eed_basic_utils: runs-on: ubuntu-latest steps: - name: Get triggering user login diff --git a/.github/workflows/update_eed_basic_utils.yml b/.github/workflows/update_eed_basic_utils.yml index 957ad97..1529383 100644 --- a/.github/workflows/update_eed_basic_utils.yml +++ b/.github/workflows/update_eed_basic_utils.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: jobs: - call-update-eed-basic-utils: + update_eed_basic_utils: uses: ./.github/workflows/callable_update_eed_basic_utils.yml with: package_name: eed_basic_utils