Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampi authored Feb 7, 2024
1 parent 7e8d29a commit 1c84c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
cp production/Full/docs/images/PCB_Rendering.png docs/images/Dock_Complete.jpg
git add docs/images/Dock_Complete.jpg
git commit -m "Replace image"
git remote set-url origin https://Kampi:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
echo https://Kampi:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push origin ${{ steps.extract_branch.outputs.branch }}

0 comments on commit 1c84c92

Please sign in to comment.