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