Skip to content

Commit

Permalink
build: attempt to simplify release env vars
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent 9d4de59 commit 9b8e6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- run: pnpm make:macos --publish onTagOrDraft
env:
APPLE_ID: ${{ secrets.appleid_username }}
APPLE_TEAM_ID: ${{ secrets.appleid_password }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.appleid_teamid }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.appleid_password }}
APPLE_TEAM_ID: ${{ secrets.appleid_teamid }}
CSC_LINK: ${{ secrets.csc_link }}
CSC_KEY_PASSWORD: ${{ secrets.csc_key_password }}
GH_TOKEN: ${{ secrets.github_token }}
Expand Down

0 comments on commit 9b8e6e3

Please sign in to comment.