Skip to content

Commit 6d84242

Browse files
renaming variable used in S3 push of Hugo site (#514)
* renaming variable used in S3 push of Hugo site * Update .github/workflows/hugo.yaml * Update .github/workflows/hugo.yaml Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
1 parent d4b0b6d commit 6d84242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
S3_BUCKET_NAME: docs.prod.cloudposse.org
5454
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
55-
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
55+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5656
run: make deploy
5757
- name: "Push New Index to Algolia"
5858
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)