Skip to content

Commit

Permalink
Supply Backblaze credentials and Sentry DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Aug 2, 2023
1 parent 32bf74e commit e71cc20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_dev_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: Fronter.NET/global.json
env:
BACKBLAZE_KEY_ID: '${{ secrets.BACKBLAZE_KEY_ID }}'
BACKBLAZE_APPLICATION_KEY: '${{ secrets.BACKBLAZE_APPLICATION_KEY }}'
BACKBLAZE_BUCKET_ID: '${{ secrets.BACKBLAZE_BUCKET_ID }}'
- name: "Replace frontend background image"
run: |
rm Fronter.NET/Fronter.NET/Assets/Images/background.png
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
with:
fronter_dir: 'Fronter.NET'
release_dir: 'Publish'
env:
BACKBLAZE_KEY_ID: '${{ secrets.BACKBLAZE_KEY_ID }}'
BACKBLAZE_APPLICATION_KEY: '${{ secrets.BACKBLAZE_APPLICATION_KEY }}'
BACKBLAZE_BUCKET_ID: '${{ secrets.BACKBLAZE_BUCKET_ID }}'
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ converterFolder = ImperatorToCK3
backendExePath = ImperatorToCK3Converter
displayName = IMPDISPLAYNAME

sentryDsn = "https://9b108bcd89e348018522fc56be7ac112@o4505568167460864.ingest.sentry.io/4505568179257344"

sourceGame = IMPGAME
targetGame = CK3GAME

Expand Down

0 comments on commit e71cc20

Please sign in to comment.