Skip to content

Commit

Permalink
(misc) Set the ASC values for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Mar 16, 2024
1 parent ed1590d commit 9b8a04b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ yarn-error.*
# IDEs
.vscode/
.idea/

# Output
build/
8 changes: 7 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
}
},
"submit": {
"production": {}
"production": {
"ios": {
"appleId": "[email protected]",
"ascAppId": "6478914934",
"appleTeamId": "LX2U7VU2K4"
}
}
}
}

0 comments on commit 9b8a04b

Please sign in to comment.