Skip to content

Commit

Permalink
chore(ci): update codeowners (#235)
Browse files Browse the repository at this point in the history
* chore: update codeowners

Signed-off-by: Mehdi Bechiri <[email protected]>

* fix yarn ssh

Signed-off-by: Mehdi Bechiri <[email protected]>

---------

Signed-off-by: Mehdi Bechiri <[email protected]>
  • Loading branch information
cebidhem committed Oct 12, 2023
1 parent c4b6782 commit d8b7e42
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions .github/workflows/Deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/
- name: install foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/Lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/
- name: install foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down

0 comments on commit d8b7e42

Please sign in to comment.