Skip to content

Commit ad845cd

Browse files
authored
Merge pull request #346 from Staffbase/CIV-740-techdocs
2 parents 87f54be + 0ba99bc commit ad845cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)