Skip to content

Commit

Permalink
included token in push command
Browse files Browse the repository at this point in the history
  • Loading branch information
GogiPuttar committed Aug 20, 2024
1 parent 431f3ca commit aecb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-arm-config-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git checkout -b update-config
git add kits/arm/config
git commit -m "Update config directory from robot-config"
git push origin update-config
git push https://${{ secrets.OTHER_REPO_PAT }}@github.com/HebiRobotics/${{ matrix.repo }}.git update-config
# --- Create Pull Request ---
- name: Create Pull Request for ${{ matrix.repo }}
Expand Down

0 comments on commit aecb60e

Please sign in to comment.