Skip to content

Commit 2846bc8

Browse files
committed
Rename secrets to match project configuration
1 parent 2c15413 commit 2846bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
doc_type: "sphinx"
3131
environment: ${{inputs.environment}}
3232
secrets:
33-
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS}}
34-
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT}}
33+
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS_DOCS}}
34+
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT_DOCS}}

0 commit comments

Comments
 (0)