Skip to content

Commit 417df2c

Browse files
committed
fix: check untracked repos
1 parent 3c4c736 commit 417df2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/check-untracked-repos.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
with:
1414
persist-credentials: false
1515

16-
- name: Setup Rust and GitHub tokens
17-
uses: ./.github/actions/setup-rust-and-tokens
16+
- name: Install Rust stable
17+
uses: ./.github/actions/setup-rust
18+
19+
- name: Generate GitHub tokens
20+
uses: ./.github/actions/generate-tokens
1821
with:
1922
app-id: ${{ secrets.SYNC_TEAM_GH_APP_ID }}
2023
private-key: ${{ secrets.SYNC_TEAM_GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)