Skip to content

Commit 9b29724

Browse files
committed
✏️ add token
1 parent 2855213 commit 9b29724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Commit only if changes exist
5858
if ! git diff --cached --quiet; then
5959
git commit -m ":bookmark: Update metadata after release"
60-
git remote set-url origin https://x-access-token:${PAT_TOKEN}@github.com/sciknoworg/OntoLearner.git
60+
git remote set-url origin https://x-access-token:${REPO_PUSH_TOKEN}@github.com/sciknoworg/OntoLearner.git
6161
git push origin main
6262
else
6363
echo "No changes to commit"

0 commit comments

Comments
 (0)