Skip to content

Configure inputs with environment variables #1335

@pemattr

Description

@pemattr

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

No one assigned

    Labels

    feature-requestA feature should be added or improved.in-progressThis issue is being actively worked onp2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions