Skip to content

Commit

Permalink
remove unused vars + test inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-michele-emiliani committed Sep 25, 2024
1 parent 94d3cab commit 26b19c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build_and_sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,12 @@ on:
APP_BUILD_TARGET:
required: true
type: string
EXTENSION_BUILD_TARGET:
required: true
type: string
# APP_PROVISION_PROFILE:
# required: true
# type: string
# SEXT_PROVISION_PROFILE:
# required: true
# type: string
EXTENSION_ID:
required: true
type: string
CODESIGN_IDENTITY:
required: true
type: string
TEAM_ID:
required: true
type: string
secrets:
APPLE_DEVELOPER_ID_CERT_BASE64:
required: true
Expand All @@ -47,6 +35,7 @@ jobs:
env:
PROJECT: SplitTunnelProxy
PACKAGE_FOR_RELEASE: 1
EXTENSION_BUILD_TARGET: SplitTunnelProxyExtension
APP_PROVISION_PROFILE: ${{ github.workspace }}/app.provisionprofile
SEXT_PROVISION_PROFILE: ${{ github.workspace }}/sext.provisionprofile
steps:
Expand All @@ -56,6 +45,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install signing certificate
run: |
echo "installing signing certificates for ${{ inputs.BRAND }}"
CERTIFICATE_PATH=${{ github.workspace }}/build_certificate.p12
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/kape_macos_split_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
with:
BRAND: PIA
APP_BUILD_TARGET: PIA Split Tunnel
EXTENSION_BUILD_TARGET: SplitTunnelProxyExtension
EXTENSION_ID: com.privateinternetaccess.vpn.splittunnel
CODESIGN_IDENTITY: ${{ vars.PIA_CODESIGN_IDENTITY }}
TEAM_ID: ${{ vars.PIA_APPLE_TEAM_ID }}

# build_and_sign_CG:
# permissions:
Expand Down

0 comments on commit 26b19c2

Please sign in to comment.