Skip to content

Commit

Permalink
pake env
Browse files Browse the repository at this point in the history
  • Loading branch information
rickirby committed Nov 17, 2023
1 parent 02025c0 commit 5f85fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Run Match
run: |
echo "Hehe $MATCH_GIT_BASIC_AUTHORIZATION"
echo "Hehe ${{ env.MATCH_GIT_BASIC_AUTHORIZATION }}"
bundle exec fastlane prepare
2 changes: 1 addition & 1 deletion Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ platform :ios do

desc "Preparing Certificate and Provisioning Profiles on New Device Setup"
lane :prepare do
UI.user_error!("coba print #{ENV["MATCH_GIT_BASIC_AUTHORIZATION"]}")
UI.user_error!("coba print #{ENV["env.MATCH_GIT_BASIC_AUTHORIZATION"]}")
end
end

0 comments on commit 5f85fa2

Please sign in to comment.