Skip to content

Commit

Permalink
ci: retrieving snk for docs signing
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 20, 2024
1 parent 9ead19c commit e18caf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
shell: bash
run: echo "$(cat ${{ inputs.pkg_workspace }}/github_actions.env)" >> $GITHUB_ENV

- uses: launchdarkly/gh-actions/actions/[email protected]
name: Get secrets
with:
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}

- name: Download snk
shell: bash
run: aws s3 cp s3://launchdarkly-releaser/dotnet/LaunchDarkly.ClientSdk.snk LaunchDarkly.ClientSdk.snk

- id: build
name: Build and Test SDK
uses: ./.github/actions/ci
Expand Down

0 comments on commit e18caf4

Please sign in to comment.