-
Notifications
You must be signed in to change notification settings - Fork 542
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked onThis issue is being actively worked onp2
Description
Describe the feature
I'd like the ability to define the default parameters for the action through environment variables. This was I can have my role arn and region configured within the environment on Github and i can simplify the experience for my developers.
Use Case
This allows a simpler way the enable developers to use this action if the environment variables are defined at the repo or org level.
Proposed Solution
jobs:
check:
name: Test
env:
AWS_REGION: eu-west-2
runs-on: ubuntu-latest
steps:
- uses: aws-actions/[email protected]
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked onThis issue is being actively worked onp2