Skip to content

Commit 52451a3

Browse files
committed
Provide github token to mise in workflow
1 parent a97a52a commit 52451a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- name: Mise (Ruby + Tuist + SwiftLint)
2020
2121
with:
22-
install: true
23-
cache: true
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
2423

2524
- name: Install Fastlane
2625
run: |

0 commit comments

Comments
 (0)