Skip to content

Commit

Permalink
fix: Updated the GH secrets and config params for ivy-dev-bot in work…
Browse files Browse the repository at this point in the history
…flow file
  • Loading branch information
hmahmood24 committed Jun 25, 2024
1 parent bb9d335 commit b78933e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
uses: actions/checkout@v4
with:
repository: unifyai/ivy
token: ${{ secrets.IVY_BRANCH_TOKEN }}
token: ${{ secrets.DEV_BOT_PAT }}
submodules: recursive

- name: Update submodules
run: |
git config --global user.email "[email protected]"
git config --global user.name "ivy-branch"
git config --global user.email "[email protected]"
git config --global user.name "ivy-dev-bot"
git submodule update --remote docs/demos
git add .
git commit -m "Update demos 🤖"
Expand Down
2 changes: 1 addition & 1 deletion examples_and_demos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Examples and Demos
:link: examples_and_demos/convnext_to_torch.ipynb

In this demo, we convert the ConvNeXt model to PyTorch

.. grid-item-card:: Finetuning PyTorch Models in your TensorFlow Projects
:link: examples_and_demos/resnet_to_tensorflow.ipynb

Expand Down

0 comments on commit b78933e

Please sign in to comment.