File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ jobs:
520520 uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.9.0
521521 secrets:
522522 # required: specifies an Azure Storage account name
523- azure-account-name: ${{ secrets .TECHDOCS_AZURE_ACCOUNT_NAME }}
523+ azure-account-name: ${{ vars .TECHDOCS_AZURE_ACCOUNT_NAME }}
524524 # required: specifies the access key associated with the storage account
525525 azure-account-key: ${{ secrets.TECHDOCS_AZURE_ACCESS_KEY }}
526526` ` `
@@ -557,7 +557,7 @@ jobs:
557557 additional-plugins: 'mkdocs-minify-plugin\> =0.3'
558558 secrets:
559559 # optional: specifies an Azure Storage account name
560- azure-account-name: ${{ secrets .TECHDOCS_AZURE_ACCOUNT_NAME }}
560+ azure-account-name: ${{ vars .TECHDOCS_AZURE_ACCOUNT_NAME }}
561561 # optional: specifies the access key associated with the storage account
562562 azure-account-key: ${{ secrets.TECHDOCS_AZURE_ACCESS_KEY }}
563563` ` `
You can’t perform that action at this time.
0 commit comments