Skip to content

Commit 35f7bc1

Browse files
committed
Update build secrets in workflow
1 parent 5ff2124 commit 35f7bc1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### Custom ###
22
Credentials.json
3-
Secrets.xcconfig
43
.env
54
devices.txt
65
*.p8

Configs/Secrets.template.xcconfig

Lines changed: 0 additions & 4 deletions
This file was deleted.

Configs/Secrets.xcconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SENTRY_DSN = $(SENTRY_DSN)
2+
SENTRY_DSYM_TOKEN = $(SENTRY_DSYM_TOKEN)
3+
POSTHOG_TOKEN = $(POSTHOG_TOKEN)

0 commit comments

Comments
 (0)