We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404cb96 commit cc10abeCopy full SHA for cc10abe
1 file changed
.github/workflows/wiki.yml
@@ -24,7 +24,6 @@ jobs:
24
run: |
25
git config user.name "SapMachine Github Actions Bot"
26
git config user.email "sapmachine@sap.com"
27
- git remote set-url origin https://github.com/RealCLanger/SapMachine.wiki.git
28
- name: Update Wiki
29
30
pip3 install feedparser
@@ -38,6 +37,6 @@ jobs:
38
37
else
39
echo ${TOKEN}
40
fi
41
- git push https://x-access-token:${TOKEN}@github.com/RealCLanger/SapMachine.wiki.git HEAD:master
+ git push https://github.com/RealCLanger/SapMachine.wiki.git HEAD:master
42
working-directory: .
43
shell: bash
0 commit comments