Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
change secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
alanssitis committed Dec 17, 2022
1 parent 325a651 commit aa24f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Commit changes to repo
run: |
cd ros_lib
git config --global user.name AMP-Purdue
git config --global user.name alanssitis
git config --global user.email [email protected]
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Autonomous-Motorsports-Purdue/ros_lib
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/Autonomous-Motorsports-Purdue/ros_lib
git add -A
git commit -m "Automated update (${{ github.sha }})"
git push -u origin main

0 comments on commit aa24f17

Please sign in to comment.