Skip to content

Commit

Permalink
move apple team id to env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Oct 31, 2024
1 parent 591275c commit fd0ba22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
CSC_LINK: ${{ secrets.MACOS_CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.MACOS_CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
"category": "Utilities",
"icon": "src/assets/img/icon.icns",
"hardenedRuntime": true,
"notarize": {
"teamId": "JHA7H7P56J"
},
"electronLanguages": [
"en"
],
Expand Down

0 comments on commit fd0ba22

Please sign in to comment.