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

Commit

Permalink
Copilot dice que va así
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Mar 24, 2024
1 parent 0e6ed88 commit 84679c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Generate tp-scaffold files"
git branch -M ${{ github.event.inputs.branch }}
git remote add origin "https://[email protected]/${{ github.repository }}"
git remote add origin "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
git push -f -u origin ${{ github.event.inputs.branch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 84679c2

Please sign in to comment.