Skip to content

Commit 2deb5da

Browse files
committed
fix: Use same token for checkout
1 parent 788c60a commit 2deb5da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
with:
24-
ssh-key: ${{ secrets.DEPLOY_KEY }}
24+
#ssh-key: ${{ secrets.DEPLOY_KEY }}
25+
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
2526
fetch-depth: 0
2627

2728
- name: Setup Python
@@ -42,8 +43,6 @@ jobs:
4243
env:
4344
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
4445
run: |
45-
which uv
46-
echo $PATH
4746
if semantic-release version; then
4847
echo "released=true" >> $GITHUB_OUTPUT
4948
else

0 commit comments

Comments
 (0)