From 1301750f1ed26fcc834c64b7793f05cb613519d5 Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Wed, 13 Dec 2023 10:39:39 -0600 Subject: [PATCH] build test --- .github/workflows/ci.yml | 5 +++++ .github/workflows/publish.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7139fb87..525e1ab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,9 @@ jobs: with: fetch-depth: 0 # If you only need the current version keep this. + - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.0 + name: Get secrets + with: + aws_assume_role: ${{ vars.AWS_ROLE_ARN }} + - uses: ./.github/actions/ci \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d61ca2e3..37ab0db3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -105,4 +105,4 @@ jobs: # # with: # # token: "Put your release secret or github token here." # # prerelease: ${{ inputs.prerelease }} -# # dry_run: ${{ inputs.dry_run }} \ No newline at end of file +# # dry_run: ${{ inputs.dry_run }}