Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #649 from hackaru-app/mixpanel-project-token
Browse files Browse the repository at this point in the history
Add mixpanel token to publish workflow
  • Loading branch information
ktmouk authored Jun 12, 2021
2 parents cf0163a + 67408c4 commit e57ae7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
HACKARU_WEB_AUTHORIZATION_ENDPOINT: ${{ secrets.HACKARU_WEB_AUTHORIZATION_ENDPOINT }}
HACKARU_WEB_URL: ${{ secrets.HACKARU_WEB_URL }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
MIXPANEL_PROJECT_TOKEN: ${{ secrets.MIXPANEL_PROJECT_TOKEN }}

publish-windows:
runs-on: windows-latest
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
HACKARU_WEB_AUTHORIZATION_ENDPOINT: ${{ secrets.HACKARU_WEB_AUTHORIZATION_ENDPOINT }}
HACKARU_WEB_URL: ${{ secrets.HACKARU_WEB_URL }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
MIXPANEL_PROJECT_TOKEN: ${{ secrets.MIXPANEL_PROJECT_TOKEN }}

publish-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e57ae7e

Please sign in to comment.