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 d5fce9a commit 34b4ff5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-manual-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
uses: ruby/setup-ruby@v1
Expand All @@ -29,13 +29,6 @@ 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/
git config --global --add url."git@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 All @@ -44,4 +37,3 @@ jobs:
APP_STORE_CONNECT_API_KEY_KEY: '${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}'
MATCH_GIT_BASIC_AUTHORIZATION: '${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}'
MATCH_PASSWORD: '${{ secrets.MATCH_PASSWORD }}'
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit 34b4ff5

Please sign in to comment.