Skip to content

Commit

Permalink
chore: add token to access amm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Apr 17, 2024
1 parent f109fba commit d3188c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v ${{ env.SCARB_VERSION }}
- name: Set up Git authentication
run: |
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GH_PAT }} | base64 --wrap=0)"
- name: Setup Foundry
run: |
curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v ${{ env.SNFORGE_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = 1
[[package]]
name = "haiko_amm"
version = "2.0.0"
source = "git+https://github.com/haiko-xyz/amm.git?branch=v2.0.0#24bc5685ce60e0e89f664617436c53ea7549c84a"
dependencies = [
"haiko_lib",
"openzeppelin",
Expand Down

0 comments on commit d3188c3

Please sign in to comment.