-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext: refactor trusted sites page (#4262)
* ext: refactor trusted sites page * remove submodule
- Loading branch information
Showing
18 changed files
with
46 additions
and
461 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,6 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup SSH for trek-api-web-ts submodule | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_SUBMODULE_TREK_API }} | ||
|
||
- name: Build setup | ||
uses: ./.github/actions/build-setup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,6 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup SSH for trek-api-web-ts submodule | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_SUBMODULE_TREK_API }} | ||
|
||
- name: Build setup | ||
uses: ./.github/actions/build-setup | ||
|
||
|
@@ -47,19 +42,11 @@ jobs: | |
id: changes | ||
with: | ||
filters: | | ||
mobile: | ||
- 'packages/app-mobile/**' | ||
- 'packages/**/*.native.*' | ||
extension: | ||
- 'packages/app-extension/**' | ||
xnft: | ||
- 'packages/xnft-cli/**' | ||
- if: steps.changes.outputs.mobile == 'true' | ||
uses: andymckay/[email protected] | ||
with: | ||
add-labels: "mobile" | ||
|
||
- if: steps.changes.outputs.extension == 'true' | ||
uses: andymckay/[email protected] | ||
with: | ||
|
Oops, something went wrong.