diff --git a/.github/workflows/SSW.SophieBot.dev.yml b/.github/workflows/SSW.SophieBot.dev.yml index 4609d28b..78642f3c 100644 --- a/.github/workflows/SSW.SophieBot.dev.yml +++ b/.github/workflows/SSW.SophieBot.dev.yml @@ -53,7 +53,7 @@ jobs: dotnet-version: "6.0.x" - name: Create appsettings file - uses: jsdaniell/create-json@1.1.3 + uses: jsdaniell/create-json@1.2.3 with: name: "appsettings.json" json: ${{ secrets.BOT_APP_APPSETTINGS }} diff --git a/.github/workflows/SSW.SophieBot.prod.yml b/.github/workflows/SSW.SophieBot.prod.yml index f060242e..dcf08d7b 100644 --- a/.github/workflows/SSW.SophieBot.prod.yml +++ b/.github/workflows/SSW.SophieBot.prod.yml @@ -43,7 +43,7 @@ jobs: dotnet-version: "6.0.x" - name: Create appsettings file - uses: jsdaniell/create-json@1.1.3 + uses: jsdaniell/create-json@1.2.3 with: name: "appsettings.json" json: ${{ secrets.BOT_APP_APPSETTINGS }}