Skip to content

Commit

Permalink
Fix secrets replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Aug 8, 2024
1 parent e844bdc commit ce38070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
$jsonContent.AzureCredentialsOptions.ClientId = "${{ secrets.AZURE_CLIENT_ID }}"
$jsonContent.AzureCredentialsOptions.TenantId = "${{ secrets.AZURE_TENANT_ID }}"
$updatedJsonContent = $jsonContent | ConvertTo-Json -Depth 32
Set-Content -Path GuildWarsPartySearch\Publish\Config.json -Value $updatedJsonContent
Set-Content -Path Publish\Config.json -Value $updatedJsonContent
- name: Build docker image
run: |
Expand Down

0 comments on commit ce38070

Please sign in to comment.