From e1514d88490c6e36167758a3168434985e2422c2 Mon Sep 17 00:00:00 2001 From: Adam Bebko <43276915+AdamBebko@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:51:15 -0500 Subject: [PATCH] chore: Update semantic_release.yml with comments --- .github/workflows/semantic_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 85f5c14..9d236d8 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -49,7 +49,10 @@ jobs: git config --global user.name 'github-bot' git config --global user.email 'github-bot@users.noreply.github.com' echo Configuring personal access token + + # This step is super important to ensure credentials are properly set up. git config --global url.https://${{ secrets.GH_TOKEN }}@github.com/.insteadOf https://github.com/ + echo Comitting update to Samples folder git commit -am "fix: Samples => Samples~" fi