Update CI secret names (#927)

This commit is contained in:
Ara Adkins 2020-06-23 17:08:52 +01:00 committed by GitHub
parent 30a6c5bf97
commit 4dc2e52a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
with:
repository: 'luna/luna.github.io'
ref: 'sources'
token: ${{ secrets.Enso_PAT }}
token: ${{ secrets.ENSO_PAT }}
- name: set identity email
run: git config --global user.email "actions@github.com"
- name: set identity name

View File

@ -184,8 +184,8 @@ jobs:
- name: Prepare AWS Session
run: |
aws configure --profile s3-upload <<-EOF > /dev/null 2>&1
${{ secrets.PARSER_S3_ACCESS_KEY_ID }}
${{ secrets.PARSER_S3_SECRET_ACCESS_KEY }}
${{ secrets.ARTEFACT_S3_ACCESS_KEY_ID }}
${{ secrets.ARTEFACT_S3_SECRET_ACCESS_KEY }}
us-west-2
text
EOF