Skip to content

Commit

Permalink
Merge pull request #43 from H5YR/hotfix/fix-connection-string
Browse files Browse the repository at this point in the history
Added replacement for umbracoDbDSN_ProviderName
  • Loading branch information
OwainWilliams authored Oct 17, 2023
2 parents 372008e + 259c4c3 commit 9ea70ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
files: 'appsettings.json'
env:
ConnectionStrings.umbracoDbDSN: ${{ secrets.UMBHOST_DATABASE_CONNECTION_STRING }}
ConnectionStrings.umbracoDbDSN_ProviderName: "Microsoft.Data.SqlClient"
Twitter.ConsumerKey: ${{secrets.TWITTER_CONSUMER_KEY}}
Twitter.ConsumerSecret: ${{secrets.TWITTER_CONSUMER_SECRET}}
Twitter.AccessToken: ${{secrets.TWITTER_ACCESS_TOKEN}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/STAGING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
files: 'appsettings.json'
env:
ConnectionStrings.umbracoDbDSN: ${{ secrets.UMBHOST_DATABASE_CONNECTION_STRING }}
ConnectionStrings.umbracoDbDSN_ProviderName: "Microsoft.Data.SqlClient"
Twitter.ConsumerKey: ${{secrets.TWITTER_CONSUMER_KEY}}
Twitter.ConsumerSecret: ${{secrets.TWITTER_CONSUMER_SECRET}}
Twitter.AccessToken: ${{secrets.TWITTER_ACCESS_TOKEN}}
Expand Down

0 comments on commit 9ea70ea

Please sign in to comment.