Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Dec 26, 2023
1 parent e715a8a commit f1b8bf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_add_device_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Test Add device and regenerate profiles with fastlane match
### MATCH_PASSWORD

on:
pull_request:
workflow_dispatch:
inputs:
devices:
Expand Down Expand Up @@ -42,8 +43,8 @@ jobs:
run: bundle exec fastlane addDevicesGenerateProfiles
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASS }}
DEVICES: ${{ inputs.devices }}
PLATFORM: ${{ inputs.platform }}
DEVICES: '{"Luka iPhone 6": "1234567890123456789012345678901234567890","Felix iPad Air 2": "abcdefghijklmnopqrstvuwxyzabcdefghijklmn"}'
PLATFORM: "ios"

- name: Clean up keychain
if: ${{ always() }}
Expand Down

0 comments on commit f1b8bf1

Please sign in to comment.