Skip to content

Commit 047f46b

Browse files
committed
ci: disable unauthorized branch deletion until eigengit launch
1 parent ef776d3 commit 047f46b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/delete-unauthrized-branches.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
BRANCH="${{ steps.branch.outputs.branch }}"
4545
echo "Deleting unauthorized branch: $BRANCH"
46-
curl -s -X DELETE \
47-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
48-
-H "Accept: application/vnd.github+json" \
49-
https://api.github.com/repos/${{ github.repository }}/git/refs/heads/$BRANCH
46+
# curl -s -X DELETE \
47+
# -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
48+
# -H "Accept: application/vnd.github+json" \
49+
# https://api.github.com/repos/${{ github.repository }}/git/refs/heads/$BRANCH

0 commit comments

Comments
 (0)