Skip to content

Commit

Permalink
chore: disabled leapp team feature injection in cli and desktop app c…
Browse files Browse the repository at this point in the history
…i/cd
  • Loading branch information
Eric Villa committed Nov 28, 2024
1 parent e704c26 commit 8cb9a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
SKIP_INTEGRATION_TESTS: "true"
S3_BUCKET: s3://noovolari-leapp-website-distribution
TEAM_REPOSITORY: ${{ secrets.TEAM_REPOSITORY }}
TEAM_REPOSITORY: '' # ${{ secrets.TEAM_REPOSITORY }}
runs-on: ${{ matrix.os }}
steps:
- name: Prepare GIT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-app-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
ESIGNER_WIN_CREDENTIAL_ID: ${{ secrets.ESIGNER_WIN_CREDENTIAL_ID }}
ESIGNER_WIN_TOTP: ${{ secrets.ESIGNER_WIN_TOTP }}
ESIGNER_WIN_CLIENT_ID: ${{ secrets.ESIGNER_WIN_CLIENT_ID }}
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 8cb9a78

Please sign in to comment.