Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapell committed Apr 11, 2022
1 parent bbf39c8 commit 5c7a07f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
workflow_dispatch:
#pull_request:
# branches:
# - master
# - main
#push:
# branches:
# - master
# - main
# tags:
# - '*'

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
- uses: abhilash1in/aws-secrets-manager-action@v2.0.0
- uses: bitovi/github-actions-[email protected]
with:
secrets: 'my_secret*'
parse-json: true
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Secrets Manager GitHub Action
[![Tests](https://github.com/abhilash1in/aws-secrets-manager-action/actions/workflows/tests.yml/badge.svg)](https://github.com/abhilash1in/aws-secrets-manager-action/actions/workflows/tests.yml)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abhilash1in/aws-secrets-manager-action/blob/master/LICENSE)
[![Tests](https://github.com/bitovi/github-actions-aws-secrets-manager/actions/workflows/tests.yml/badge.svg)](https://github.com/bitovi/github-actions-aws-secrets-manager/actions/workflows/tests.yml)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bitovi/github-actions-aws-secrets-manager/blob/main/LICENSE)

GitHub Action to fetch secrets from AWS Secrets Manager and inject them as environment variables into your GitHub Actions workflow.

Expand All @@ -26,7 +26,7 @@ steps:
aws-region: ${{ secrets.AWS_REGION }}

- name: Read secrets from AWS Secrets Manager into environment variables
uses: ccapell/aws-secrets-manager-action@v2.0.1
uses: bitovi/github-actions-[email protected].0
with:
secrets: |
my_secret_1
Expand Down Expand Up @@ -122,7 +122,7 @@ The `aws-access-key-id` and `aws-secret-access-key` provided by you should belon
Here `000000000000` is your [AWS account ID](https://console.aws.amazon.com/billing/home?#/account), `us-east-1` is the AWS region code which has the secret(s) and `mySecretID` is the ID of your secret (usually different from a secret name). Please refer your AWS Secrets Manager console for the exact resource ARN.

## Contributing
We would love for you to contribute to [`@abhilash1in/aws-secrets-manager-action`](https://github.com/abhilash1in/aws-secrets-manager-action). [Issues](https://github.com/abhilash1in/aws-secrets-manager-action/issues) and [Pull Requests](https://github.com/abhilash1in/aws-secrets-manager-action/pulls) are welcome!
We would love for you to contribute to [`@bitovi/github-actions-aws-secrets-manager`](https://github.com/bitovi/github-actions-aws-secrets-manager). [Issues](https://github.com/bitovi/github-actions-aws-secrets-manager/issues) and [Pull Requests](https://github.com/bitovi/github-actions-aws-secrets-manager/pulls) are welcome!

## License
The scripts and documentation in this project are released under the [MIT License](https://github.com/abhilash1in/aws-secrets-manager-action/blob/master/LICENSE).
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/github-actions-aws-secrets-manager/blob/main/LICENSE).
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'AWS Action - Secrets Manager retrieval'
author: 'Chris Capell'
author: 'Bitovi'
description: 'Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow'
inputs:
secrets:
Expand All @@ -14,4 +14,4 @@ runs:
main: 'dist/index.js'
branding:
icon: lock
color: blue
color: red
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-secrets-manager-action",
"version": "2.0.1",
"version": "2.0.0",
"description": "Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhilash1in/aws-secrets-manager-action.git"
"url": "git+https://github.com/bitovi/github-actions-aws-secrets-manager.git"
},
"keywords": [
"Github",
Expand All @@ -20,12 +20,12 @@
"AWS",
"AWS Secrets Manager"
],
"author": "Chris Capell",
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccapell/aws-secrets-manager-action/issues"
"url": "https://github.com/bitovi/github-actions-aws-secrets-manager/issues"
},
"homepage": "https://github.com/ccapell/aws-secrets-manager-action#readme",
"homepage": "https://github.com/bitovi/github-actions-aws-secrets-manager#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"aws-sdk": "^2.792.0"
Expand Down

0 comments on commit 5c7a07f

Please sign in to comment.