diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-03-13 18:09:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 12:39:15 +0000 |
commit | 7868c6d08e5139b4b5e44b1d458730a2f628e5d5 (patch) | |
tree | c5f56c7f9c3188626451dcf7d897d3948cc6a777 | |
parent | 861ca58a58675e5f063072b7f31e8cefeaaeaed5 (diff) |
Configure sentry properties (#1783)
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 1 | ||||
-rw-r--r-- | sentry.properties | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index ecb4ea36..fc812dec 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -34,6 +34,7 @@ jobs: env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} with: arguments: --no-configuration-cache collectFreeReleaseApks collectNonFreeReleaseApks diff --git a/sentry.properties b/sentry.properties new file mode 100644 index 00000000..47a8fadc --- /dev/null +++ b/sentry.properties @@ -0,0 +1,2 @@ +defaults.project=password-store-google-play +defaults.org=password-store |