Skip to content

Commit

Permalink
created environment
Browse files Browse the repository at this point in the history
  • Loading branch information
GogiPuttar committed Aug 16, 2024
1 parent 81b9b4a commit dc254ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-arm-config-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
cp -r arms/config hebi-python-examples/kits/arm/config
- name: Commit and Push changes to hebi-python-examples
env:
GITHUB_TOKEN: ${{ secrets.HEBI-config-nair }}
run: |
cd hebi-python-examples
git checkout -b update-config
git add kits/arm/config
git commit -m "Update config directory from robot-config"
git push https://${{ secrets.HEBI-config-nair }}@github.com/HebiRobotics/hebi-python-examples.git update-config
git push origin update-config
- name: Create Pull Request for hebi-python-examples
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit dc254ee

Please sign in to comment.