Skip to content

Commit

Permalink
Fixed a typo: secret -> secrets (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin authored Mar 25, 2021
1 parent e6b2f7d commit 67848bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Upload, download, or list files/folders through Github Actions.
command: cp
source: ./local_file.txt
destination: s3://yourbucket/folder/local_file.txt
aws_access_key_id: ${{ secret.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secret.AWS_SECRET_ACCESS_KEY }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
```

**Inputs**
Expand Down

0 comments on commit 67848bb

Please sign in to comment.