Skip to content

Commit

Permalink
chore: disabled leapp team feature injection in desktop app nightly b…
Browse files Browse the repository at this point in the history
…uild ci/cd
  • Loading branch information
Eric Villa committed Nov 28, 2024
1 parent 8cb9a78 commit 3492ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-app-cd-nightly-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
WIN_CERTIFICATE: ${{ secrets.WIN_CERTIFICATE }}
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TEAM_REPOSITORY: ${{ secrets.TEAM_REPOSITORY }}
TEAM_REPOSITORY: '' # ${{ secrets.TEAM_REPOSITORY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}

Expand Down

0 comments on commit 3492ab3

Please sign in to comment.