We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5f310 commit e1514d8Copy full SHA for e1514d8
1 file changed
.github/workflows/semantic_release.yml
@@ -49,7 +49,10 @@ jobs:
49
git config --global user.name 'github-bot'
50
git config --global user.email 'github-bot@users.noreply.github.com'
51
echo Configuring personal access token
52
+
53
+ # This step is super important to ensure credentials are properly set up.
54
git config --global url.https://${{ secrets.GH_TOKEN }}@github.com/.insteadOf https://github.com/
55
56
echo Comitting update to Samples folder
57
git commit -am "fix: Samples => Samples~"
58
fi
0 commit comments