Skip to content

Commit

Permalink
feat: Update to use configure-aws-credential v4. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Jun 18, 2024
1 parent 0b3ff8f commit 0921295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/release-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ inputs:
# If we add S3, then just have a list of S3 paths.
s3_path_pairs:
description: 'A series of pairs of s3 paths to local paths. The local paths are relative to the project root. "some/s3/path = local-path/file"'
required: false
required: false

runs:
using: composite
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
audience: https://github.com/launchdarkly
role-to-assume: ${{ inputs.aws_assume_role }}
Expand Down

0 comments on commit 0921295

Please sign in to comment.