We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2855213 commit 9b29724Copy full SHA for 9b29724
.github/workflows/python-publish.yml
@@ -57,7 +57,7 @@ jobs:
57
# Commit only if changes exist
58
if ! git diff --cached --quiet; then
59
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
+ git remote set-url origin https://x-access-token:${REPO_PUSH_TOKEN}@github.com/sciknoworg/OntoLearner.git
61
git push origin main
62
else
63
echo "No changes to commit"
0 commit comments