Skip to content

Commit

Permalink
fix: Update mac install process (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox authored Sep 9, 2024
1 parent 7fb6548 commit 9460d6a
Show file tree
Hide file tree
Showing 12 changed files with 2,974 additions and 412 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ jobs:
ES_USERNAME: ${{ secrets.ES_USERNAME }}
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
WINDOWS_CREDENTIAL_ID_SIGNER: ${{ secrets.WINDOWS_CREDENTIAL_ID_SIGNER }}
ES_TOTP_SECRET: ${{ secrets.ES_TOTP_SECRET }}
ES_TOTP_SECRET: ${{ secrets.ES_TOTP_SECRET }}
# Sentry AUTH Token
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
ES_TOTP_SECRET:
description: 'Password to decrypt the certificate file'
required: true
SENTRY_AUTH_TOKEN:
description: 'Sentry auth token'

concurrency:
group: release-${{ github.ref }}
Expand Down Expand Up @@ -76,6 +78,9 @@ jobs:
- run: npm run build
env:
MODE: production
DRY_RUN: ${{ inputs.dry-run }}
# Sentry Auth Token
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Generate Release Version
id: version
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ thumbs.db
# Editor-based Rest Client
.idea/httpRequests
/.idea/csv-plugin.xml

# Sentry Config File
.env.sentry-build-plugin
Loading

0 comments on commit 9460d6a

Please sign in to comment.