Add space before/after secrets value (#757)

Co-authored-by: Ted Patrick <tpatrick@anaconda.com>
This commit is contained in:
Ted Patrick
2022-09-08 07:54:33 -05:00
committed by GitHub
parent 066ecbe022
commit 0a7df78770
6 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1.6.1
with:
aws-region: ${{secrets.AWS_REGION}}
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
- name: Copy redirect file