Skip to content

Commit

Permalink
Merge pull request #105 from Staffbase/fix-action
Browse files Browse the repository at this point in the history
Fix wrong propery name
  • Loading branch information
axdotl committed Mar 10, 2023
2 parents ec86f71 + 1f40bc3 commit 415b1ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template_techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
required: false
azure-account-name:
required: false
azure-access-key:
azure-account-key:
required: false

jobs:
Expand All @@ -57,5 +57,5 @@ jobs:
aws-access-key-id: ${{ secrets.aws-access-key-id }}
aws-secret-access-key: ${{ secrets.aws-secret-access-key }}
azure-account-name: ${{ secrets.azure-account-name }}
azure-access-key: ${{ secrets.azure-access-key }}
azure-account-key: ${{ secrets.azure-account-key }}
additional-plugins: ${{ inputs.additional-plugins }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ jobs:
additional-plugins: 'mkdocs-minify-plugin\>=0.3'
secrets:
# optional: specifies an Azure Storage account name
azure-account-name: ${{ secrets.TECHDOCS_AWS_ACCESS_KEY_ID }}
azure-account-name: ${{ secrets.TECHDOCS_AZURE_ACCOUNT_NAME }}
# optional: specifies the access key associated with the storage account
azure-access-key: ${{ secrets.TECHDOCS_AZURE_ACCESS_KEY }}
azure-account-key: ${{ secrets.TECHDOCS_AZURE_ACCESS_KEY }}
```
</details>

Expand Down

0 comments on commit 415b1ea

Please sign in to comment.