Skip to content

Commit

Permalink
fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 22, 2024
1 parent c36f6c5 commit 9b33cbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/update-s2s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
path: ivy-integration-tests

- name: Checkout 🛎️Ivy
- name: Checkout Ivy
uses: actions/checkout@v4
with:
repository: ivy-llc/ivy
Expand All @@ -43,6 +43,14 @@ jobs:
persist-credentials: true
ref: ${{ inputs.ivy-branch }}

- name: Checkout Kornia
uses: actions/checkout@v4
with:
repository: kornia/kornia
token: ${{ secrets.DEV_BOT_GENERAL_PAT }}
path: kornia
persist-credentials: true

- name: Get Job URL
uses: Tiryoh/gha-jobid-action@v0
id: jobs
Expand Down
3 changes: 1 addition & 2 deletions update_s2s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ api_key=$7
export VERSION=$binaries # set the branch to pull the binaries from
export IVY_KEY=$api_key

git clone [email protected]:kornia/kornia.git
pip3 install -e kornia/

pip3 install -e ivy/

cd ivy-integration-tests
pip3 install -r requirements.txt
pip3 install color-operations
Expand Down

0 comments on commit 9b33cbf

Please sign in to comment.