Skip to content

Commit

Permalink
chore: Check by changing the token value on the workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood24 committed Jun 25, 2024
1 parent b6291a1 commit e724448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ivy-llc/ivy
token: ${{ secrets.DEV_BOT_PAT }}
token: ${{ secrets.DEV_BOT_GENERAL_PAT }}
submodules: recursive

- name: Update submodules
Expand Down

0 comments on commit e724448

Please sign in to comment.