Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
radude89 committed Jun 24, 2024
1 parent 4f57997 commit c188720
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-manual-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
ls /Applications | grep Xcode
sudo xcode-select -switch /Applications/Xcode_16.0.app
- name: Config Tokens
run: |
git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Distribute app
run: bundle exec fastlane distribute_release_app
env:
Expand Down

0 comments on commit c188720

Please sign in to comment.