Skip to content

Commit

Permalink
Initial Commit - Adding my local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisOuellet committed Dec 4, 2024
1 parent 392f790 commit 3409487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git remote set-url origin https://<GH_PAT>@github.com/LaswitchTech/ini-configurator.git
git add dist/windows/Configurator.exe
git commit -m "configurator.py: Build executable Configurator.exe"
git push
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT }}

0 comments on commit 3409487

Please sign in to comment.