Skip to content

Commit 32e2682

Browse files
committed
do it
1 parent 1d096f2 commit 32e2682

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/clk-rebase.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ jobs:
140140
# HACK HACK HACK add support for 6.18 to kernel_kselftest.sh
141141
sed -i 's/6.12/6.18/g' ../kernel-src-tree-tools/kernel_kselftest.sh
142142
143-
# Push the branches
144-
git push origin $CLK_NEXT_BRANCH
145-
git push origin $TMP_CLK_NEXT_BRANCH
146-
147143
vng --qemu /usr/libexec/qemu-kvm --force-initramfs --disable-microvm --rw --network user --verbose --memory 16G -- ../kernel-src-tree-tools/kernel_kselftest.sh
148144
149145
@@ -171,8 +167,11 @@ jobs:
171167
STABLE_VERSION=$(git log -1 --format=%s $STABLE_TRACKING_BRANCH | grep -oP 'Linux \K[0-9]+\.[0-9]+\.[0-9]+' || echo "unknown")
172168
echo "Rebased to stable version: $STABLE_VERSION"
173169
170+
# Clear any cached credentials
171+
git config --unset-all http.https://github.com/.extraheader || true
172+
174173
# Authenticate with the fresh token
175-
#git remote set-url origin "https://x-access-token:${PUSH_TOKEN}@github.com/${{ github.repository }}"
174+
git remote set-url origin "https://x-access-token:${PUSH_TOKEN}@github.com/${{ github.repository }}"
176175
177176
# Push the branches
178177
git push origin $CLK_NEXT_BRANCH

0 commit comments

Comments
 (0)