Skip to content

Commit

Permalink
Update how secret is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 18, 2024
1 parent c5a8e52 commit 48233da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48233da

Please sign in to comment.