Skip to content

Commit 3c89abd

Browse files
committed
ci: Use new SENTRY_AUTH_TOKEN for CI requests
Doing it this way will allow us to transparently switch over without worrying about mixing up the keys. Signed-off-by: Kristofer Rye <[email protected]>
1 parent 77223cb commit 3c89abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analyze-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
FASTLANE_DISABLE_ANIMATION: '1'
5757
SENTRY_ORG: frog-pond-labs
5858
SENTRY_PROJECT: all-about-olaf
59-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
59+
SENTRY_AUTH_TOKEN: ${{ secrets.HOSTED_SENTRY_AUTH_TOKEN }}
6060
GITHUB_KEYS_REPOSITORY_TOKEN: ${{ secrets.GITHUB_KEYS_REPOSITORY_TOKEN }}
6161

6262
ios:
@@ -83,7 +83,7 @@ jobs:
8383
FASTLANE_DISABLE_ANIMATION: '1'
8484
SENTRY_ORG: frog-pond-labs
8585
SENTRY_PROJECT: all-about-olaf
86-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
86+
SENTRY_AUTH_TOKEN: ${{ secrets.HOSTED_SENTRY_AUTH_TOKEN }}
8787
GITHUB_KEYS_REPOSITORY_TOKEN: ${{ secrets.GITHUB_KEYS_REPOSITORY_TOKEN }}
8888
- run: yarn detox build e2e --configuration ios.sim.release | xcpretty
8989
- run: yarn detox test e2e --configuration ios.sim.release --cleanup

0 commit comments

Comments
 (0)