Skip to content

Commit

Permalink
Updated Sentry Tokens in Release Script
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Oct 29, 2021
1 parent 91221e2 commit 48bece0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build_commandpost_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ export CODESIGN_AUTHORITY_TOKEN_FILE="${TOKENPATH}/token-codesign-authority"
#export GITHUB_TOKEN_FILE="${TOKENPATH}/token-github-release"
#export GITHUB_USER="hammerspoon"
#export GITHUB_REPO="hammerspoon"
export SENTRY_TOKEN_FILE="${TOKENPATH}/token-sentry"
#export SENTRY_TOKEN_FILE="${TOKENPATH}/token-sentry"
export SENTRY_TOKEN_API_FILE="${TOKENPATH}/token-sentry-api"
export SENTRY_TOKEN_AUTH_FILE="${TOKENPATH}/token-sentry-auth"
export NOTARIZATION_TOKEN_FILE="${TOKENPATH}/token-notarization"

# Import our function library
Expand Down

0 comments on commit 48bece0

Please sign in to comment.