Skip to content

Commit

Permalink
Changing location of env
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Jan 12, 2024
1 parent cf884d2 commit da5437d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/secureSignal-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ jobs:
permissions:
id-token: write

env:
AWS_B_NAME: ${{ secrets.AWS_BUCKET_NAME }}

strategy:
matrix:
environment: [Integ, production]

env:
AWS_B_NAME: ${{ secrets.AWS_BUCKET_NAME }}

steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -76,6 +75,7 @@ jobs:
- name: debug
shell: bash
run: |
printenv
test=${{ secrets.AWS_BUCKET_NAME }}
echo ${#test}
test2=${{ env.AWS_B_NAME }}
Expand Down

0 comments on commit da5437d

Please sign in to comment.