Skip to content

Commit a3cb21d

Browse files
authored
Remove revoked organizational settings (#294)
1 parent 565c244 commit a3cb21d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
- run: npm ci
1919
- run: npm run build
2020
- run: npm run sentry:sourcemaps --workspace apps/api
21+
env:
22+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

apps/api/.sentryclirc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
2-
[auth]
3-
token=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
1+
# Auth token is provided via SENTRY_AUTH_TOKEN environment variable in CI

0 commit comments

Comments
 (0)