Skip to content

Commit f7943a4

Browse files
committed
🐛 add repo push
1 parent d1a418a commit f7943a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ jobs:
5757
# Commit only if changes exist
5858
if ! git diff --cached --quiet; then
5959
git commit -m ":bookmark: Update metadata after release"
60-
# Push using the PAT token
61-
git push https://x-access-token:${REPO_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git main
60+
git push https://x-access-token:${REPO_PUSH_TOKEN}@github.com/sciknoworg/OntoLearner.git main
6261
else
6362
echo "No changes to commit"
6463
fi
6564
66-
6765
- name: Configure Poetry for PyPI
6866
run: |
6967
poetry config pypi-token.pypi ${{ secrets.TWINE_API_TOKEN }}

0 commit comments

Comments
 (0)