Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
git config --local user.name "Kubit Release Bot"

# Set up authentication for push operations
if [ -n "${{ secrets.RELEASE_TOKEN }}" ]; thenn
if [ -n "${{ secrets.RELEASE_TOKEN }}" ]; then
echo "🔐 Using RELEASE_TOKEN with branch protection bypass permissions"
git remote set-url origin https://x-access-token:${{ secrets.RELEASE_TOKEN }}@github.com/${{ github.repository }}.git
else
Expand Down
Loading