Skip to content

Commit

Permalink
update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Jul 2, 2024
1 parent e068c3e commit 8a1fc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/transfer-rancher-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/prime-artifacts-uploader-access-key/credentials token | PRIME_ARTIFACTS_UPLOADER_ACCESS_KEY ;
secret/data/github/repo/${{ github.repository }}/prime-artifacts-uploader-secret-key/credentials token | PRIME_ARTIFACTS_UPLOADER_SECRET_KEY ;
secret/data/github/repo/${{ github.repository }}/prime-artifacts-uploader-access-key credentials | AWS_ACCESS_KEY_ID
secret/data/github/repo/${{ github.repository }}/prime-artifacts-uploader-secret-keycredentials | AWS_SECRET_ACCESS_KEY
- name: Upload artifacts to s3
run: |
aws s3 cp --recursive /tmp/artifacts s3://${{ github.event.inputs.prime_artifacts_bucket }}/rancher/${{ github.event.inputs.tag }}

0 comments on commit 8a1fc27

Please sign in to comment.