Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoBouteiller committed Dec 21, 2023
1 parent 88aa1f3 commit 9924720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Verify](https://github.com/galadrimteam/trancrypt-env-file-to-eb/actions/workflows/verify.yml/badge.svg)](https://github.com/galadrimteam/trancrypt-env-file-to-eb/actions/workflows/verify.yml)
[![Verify](https://github.com/galadrimteam/env-to-eb-with-transcrypt/actions/workflows/verify.yml/badge.svg)](https://github.com/galadrimteam/env-to-eb-with-transcrypt/actions/workflows/verify.yml)

# Add transcrypt encoded file to ElasticBeanstalk

Expand All @@ -16,7 +16,7 @@ Example workflow setup:
```yaml
steps:
...
- uses: galadrimteam/transcrypt-env-file-to-eb@1
- uses: galadrimteam/env-to-eb-with-transcrypt@1
with:
env_file: backend/.env.staging
transcrypt_key: ${{ secrets.TRANSCRYPT_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Transcrypt env file to ElasticBeanstalk
description: Add transcrypt encoded environnement file to ElasticBeanstalk
name: Env file to ElasticBeanstalk with Transcrypt
description: Add environnement file encoded with Transcrypt to ElasticBeanstalk

branding:
icon: 'file-text'
Expand Down

0 comments on commit 9924720

Please sign in to comment.