Skip to content

Commit 5e1f947

Browse files
committed
Add missing checkout
1 parent 0b080a0 commit 5e1f947

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
echo "git_commit: $GIT_COMMIT"
6060
echo "cpython_release: $CPYTHON_RELEASE"
6161
62+
- name: "Checkout python/release-tools"
63+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+
with:
65+
persist-credentials: false
66+
6267
- name: "Checkout ${{ env.GIT_REMOTE }}/cpython"
6368
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6469
with:

0 commit comments

Comments
 (0)