Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed Jan 10, 2024
1 parent 1d694c1 commit 2a654e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Create Release
id: create_release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Set up Python3
uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ path = lib/openzeppelin-contracts
url = git@github.com:OpenZeppelin/openzeppelin-contracts.git
[submodule "lib/webauthn.git"]
path = lib/webauthn.git
url = https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn.git
url = git@github.com:0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn.git

0 comments on commit 2a654e7

Please sign in to comment.