Skip to content

Commit

Permalink
Update README.md to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Sep 6, 2023
1 parent 9d2d944 commit 9608662
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Following inputs can be used as `step.with` keys

```yaml
- name: Deploy Helm
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -71,7 +71,7 @@ Following inputs can be used as `step.with` keys
## Example 2 - Custom Chart Repo
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -90,7 +90,7 @@ Following inputs can be used as `step.with` keys
## Example 3 - OCI Chart Repo
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -113,7 +113,7 @@ Following inputs can be used as `step.with` keys
aws-region: ${{ env.aws-region }}

- name: Install Helm Chart
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-region: ${{ env.aws-region }}
cluster-name: eks-cluster-${{ env.environment }}
Expand All @@ -123,7 +123,7 @@ Following inputs can be used as `step.with` keys
## Example 5 - Use secrets with vals backend
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -142,7 +142,7 @@ Following inputs can be used as `step.with` keys
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -157,7 +157,7 @@ Following inputs can be used as `step.with` keys
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].4
uses: bitovi/[email protected].5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 9608662

Please sign in to comment.