Skip to content

Commit

Permalink
Use step load instead of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Feb 5, 2025
1 parent 256be7a commit d527000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ jobs:
- name: Build desktop app for testing
run: npm run desktop-build-adhoc
env:
CSC_LINK: ${{ secrets.DESKTOP_CERTIFICATE_BASE64 }}
CSC_KEY_PASSWORD: ${{ secrets.DESKTOP_CERTIFICATE_PASSWORD }}
CSC_LINK: ${{ steps.load-credentials.outputs.DESKTOP_CERTIFICATE_BASE64 }}
CSC_KEY_PASSWORD: ${{ steps.load-credentials.outputs.DESKTOP_CERTIFICATE_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
Expand Down

0 comments on commit d527000

Please sign in to comment.