Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
ci: fixing publish docs secrets issue (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld authored Feb 20, 2024
1 parent 1ccac54 commit 63fb56e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
contents: write # Needed in this case to write github pages.
steps:
- uses: actions/checkout@v4

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

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

0 comments on commit 63fb56e

Please sign in to comment.