We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158a1e1 commit 4523a1bCopy full SHA for 4523a1b
.github/workflows/auto-publish.yml
@@ -151,7 +151,7 @@ jobs:
151
git config --local user.name "Kubit Release Bot"
152
153
# Set up authentication for push operations
154
- if [ -n "${{ secrets.RELEASE_TOKEN }}" ]; thenn
+ if [ -n "${{ secrets.RELEASE_TOKEN }}" ]; then
155
echo "🔐 Using RELEASE_TOKEN with branch protection bypass permissions"
156
git remote set-url origin https://x-access-token:${{ secrets.RELEASE_TOKEN }}@github.com/${{ github.repository }}.git
157
else
0 commit comments