mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 10:42:05 +03:00
Update CI secret names (#927)
This commit is contained in:
parent
30a6c5bf97
commit
4dc2e52a86
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
4
.github/workflows/scala.yml
vendored
4
.github/workflows/scala.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user