Skip to content

Commit

Permalink
👷 use organization's access token
Browse files Browse the repository at this point in the history
As this repository use one of our private repository as a submodule, we
need to use an access token to be able to clone it. This new access
token is stored in the organization's secrets, improve the maintenance.
  • Loading branch information
qd-qd committed Jan 11, 2024
1 parent cd44a50 commit 6f973de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.QDQD_PAT }}
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.QDQD_PAT }}
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.QDQD_PAT }}
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.QDQD_PAT }}
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

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

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 6f973de

Please sign in to comment.