melodic-tailor-66495
09/13/2024, 3:14 AM"Unhandled exception. System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0."
This is my pulumi action in the workflow:
- name: Pulumi Up
uses: pulumi/actions@v3
with:
command: up
stack-name: value
cloud-url: value
env:
PULUMI_CONFIG_PASSPHRASE: value
AZURE_STORAGE_ACCOUNT: value
AZURE_STORAGE_KEY: value
AZURE_CLIENT_ID: value
AZURE_SUBSCRIPTION_ID: value
AZURE_TENANT_ID: value
I couldn't find anything about that error on pulumi website or on the internet.