Skip to content

Commit

Permalink
chore: use temp credentials for CI (#310)
Browse files Browse the repository at this point in the history
<!--
Thank you for contributing to the project! 💜
Please make sure to:
- Chat with us first if this is a big change
  - Open a new issue (or comment on an existing one)
- We want to make sure you don't spend time implementing something we
might have to say No to
- Add unit tests
- Mention any relevant issues in the PR description (e.g. "Fixes #123")

Please see our [OSS process
document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#)
to get an idea of how we operate.
-->

## Which problem is this PR solving?

- Use temp credentials for CI

## Short description of the changes

- Bump the orb version
- Use the role name instead of access keys
  • Loading branch information
NLincoln authored Jun 23, 2023
1 parent cf2bb08 commit 1ebbe41
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
aws-cli: circleci/aws-cli@0.1.13
aws-cli: circleci/aws-cli@3.2.0
docker: circleci/[email protected]

platform_matrix: &platform_matrix
Expand Down Expand Up @@ -101,10 +101,9 @@ jobs:
steps:
- attach_workspace:
at: ~/
- aws-cli/install
- aws-cli/configure:
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
- aws-cli/setup:
role-arn: "arn:aws:iam::702835727665:role/circleci-public-repos"
role-session-name: "honeytail"
aws-region: AWS_REGION
- run:
name: sync_s3_artifacts
Expand Down

0 comments on commit 1ebbe41

Please sign in to comment.