From d8b7e4206eba60841c18d80e1ca8ea17a4aa7691 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 12 Oct 2023 13:34:12 +0200 Subject: [PATCH] chore(ci): update codeowners (#235) * chore: update codeowners Signed-off-by: Mehdi Bechiri * fix yarn ssh Signed-off-by: Mehdi Bechiri --------- Signed-off-by: Mehdi Bechiri --- .github/CODEOWNERS | 4 ++-- .github/workflows/Deploy.yaml | 6 ++++++ .github/workflows/Lint.yaml | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 20859013..b61677c2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,6 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -# Unless a later match takes precedence, @nmvalera, @mortimr and @cebidhem +# Unless a later match takes precedence, @iamsahu, @mortimr and @cebidhem # will be requested for review when someone opens a pull request. -* @nmvalera @mortimr @cebidhem +* @iamsahu @mortimr @cebidhem diff --git a/.github/workflows/Deploy.yaml b/.github/workflows/Deploy.yaml index 1868d4cf..232b62bf 100644 --- a/.github/workflows/Deploy.yaml +++ b/.github/workflows/Deploy.yaml @@ -21,6 +21,12 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + persist-credentials: false + + - name: reconfigure git to use HTTP authentication + run: > + git config --global url."https://github.com/".insteadOf + ssh://git@github.com/ - name: install foundry uses: onbjerg/foundry-toolchain@v1 diff --git a/.github/workflows/Lint.yaml b/.github/workflows/Lint.yaml index 96730cc5..28911404 100644 --- a/.github/workflows/Lint.yaml +++ b/.github/workflows/Lint.yaml @@ -14,6 +14,12 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + persist-credentials: false + + - name: reconfigure git to use HTTP authentication + run: > + git config --global url."https://github.com/".insteadOf + ssh://git@github.com/ - name: install foundry uses: onbjerg/foundry-toolchain@v1