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 <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent 09422f8 commit 9d4de59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
APPLE_ID: ${{ secrets.appleid_username }}
APPLE_TEAM_ID: ${{ secrets.appleid_password }}
APPLEID_TEAM_ID: ${{ secrets.appleid_teamid }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ 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 9d4de59

Please sign in to comment.