We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e071de commit 8baddabCopy full SHA for 8baddab
1 file changed
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
buildsPath: Build
42
projectPath: ${{ matrix.projectPath }}
43
targetPlatform: ${{ matrix.targetPlatform }}
44
- customParameters: -Development -mixpanelToken ${{ secrets.MIXPANEL_TOKEN }}
+ customParameters: -Development -mixpanelToken ${{ secrets.MIXPANEL_TOKEN }} -sentryToken ${{ secrets.SENTRY_TOKEN }}
45
buildMethod: UnityBuilderAction.Builder.BuildProject
46
- uses: actions/upload-artifact@v3
47
with:
0 commit comments