Skip to content

Commit 20d06f9

Browse files
committed
Add tuist token to workflow
1 parent a1de8f4 commit 20d06f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ jobs:
2323
run: |
2424
bundle install
2525
26-
- name: Run Fastlane Notify
26+
- name: Run Fastlane Upload
2727
run: |
2828
bundle exec fastlane upload_oneoff
2929
env:
3030
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
3131
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
3232
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
3333
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
34+
TUIST_CONFIG_TOKEN: ${{ secrets.TUIST_CONFIG_TOKEN }}
3435
TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }}
3536
TG_CHAT_ID: ${{ secrets.TG_CHAT_ID }}

0 commit comments

Comments
 (0)