Skip to content

Commit cc10abe

Browse files
committed
Stuff
1 parent 404cb96 commit cc10abe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: |
2525
git config user.name "SapMachine Github Actions Bot"
2626
git config user.email "sapmachine@sap.com"
27-
git remote set-url origin https://github.com/RealCLanger/SapMachine.wiki.git
2827
- name: Update Wiki
2928
run: |
3029
pip3 install feedparser
@@ -38,6 +37,6 @@ jobs:
3837
else
3938
echo ${TOKEN}
4039
fi
41-
git push https://x-access-token:${TOKEN}@github.com/RealCLanger/SapMachine.wiki.git HEAD:master
40+
git push https://github.com/RealCLanger/SapMachine.wiki.git HEAD:master
4241
working-directory: .
4342
shell: bash

0 commit comments

Comments
 (0)