From 48233da125b0b73b95fc18b26691076add59d2de Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Wed, 18 Dec 2024 15:59:59 -0800 Subject: [PATCH] Update how secret is defined --- .github/workflows/build-commit.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-commit.yaml b/.github/workflows/build-commit.yaml index 49ea667b61..3c4eaa112f 100644 --- a/.github/workflows/build-commit.yaml +++ b/.github/workflows/build-commit.yaml @@ -12,7 +12,9 @@ on: required: true type: string secrets: - ACTIONS_AWS_ROLE_ARN: ${{ secrets.ACTIONS_AWS_ROLE_ARN }} + ACTIONS_AWS_ROLE_ARN: + description: The AWS Role ARN for secrets access + required: true outputs: wheel_url: description: The name of the built wheel