Skip to content

Commit

Permalink
fix: fixed env name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi-cb committed Mar 22, 2024
1 parent 46378eb commit f367ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-on-ecr-with-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build image
on:
workflow_call:
secrets:
vault_token:
bitwarden_access_token:
required: true
inputs:
PROJECT_NAME:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Get Secrets
uses: bitwarden/[email protected]
with:
access_token: ${{ secrets.BITWARDEN_ACCESS_TOKEN }}
access_token: ${{ secrets.bitwarden_access_token }}
secrets: |
7919e36e-77c2-4e0c-a036-b13b00a77325 > AWS_ACCESS_KEY_ID
cc90fc89-fdfa-43a3-8169-b13b00a79638 > AWS_SECRET_ACCESS_KEY
Expand Down

0 comments on commit f367ace

Please sign in to comment.