diff options
-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 |