Skip to content

Commit

Permalink
Tweak region secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 10, 2023
1 parent 99fca19 commit 61e71af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.PALEWIRE_DOCS_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PALEWIRE_DOCS_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.DOCS_AWS_REGION }}
aws-region: ${{ secrets.PALEWIRE_DOCS_AWS_REGION }}

- id: upload-to-s3
name: Upload documentation to Amazon S3
Expand Down

0 comments on commit 61e71af

Please sign in to comment.