Skip to content

Commit

Permalink
Update refs to Bardavon
Browse files Browse the repository at this point in the history
  • Loading branch information
chough-bardavon committed Jul 10, 2023
1 parent 376bf87 commit ef41e12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Denny Biasiolli at IP Sentinel
Copyright (c) 2023 Bardavon Health Innovations

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ simple JSON structures, or literal values. If you utilize the AWS action for set
your credentials or assume a role, you will not need to explicitly include the AWS environment
variables in this action's step.

**Note**: this is a fork of this unmaintained repository: https://github.com/Bardavon-Health/actions-aws-ssm-params-to-env


## Usage:

```yaml
- uses: IP-Sentinel/actions-aws-ssm-params-to-env@v1.2.1
- uses: Bardavon-Health/actions-aws-ssm-params-to-env@v1.3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} # required
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # required
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'AWS SSM parameters to environment variables'
description: 'load AWS SSM Parameters into environment variables'
author: 'Denny Biasiolli at IP Sentinel'
author: 'Bardavon Health Innovations and Denny Biasiolli at IP Sentinel'
branding:
icon: 'cloud'
color: 'orange'
Expand Down

0 comments on commit ef41e12

Please sign in to comment.