Skip to content

Commit

Permalink
changed to local repositories with local user
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 3, 2024
1 parent 754ac9d commit 93b31c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/generate_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone https://user:[email protected]/BioSchemas/bioschemas-dde
git clone https://user:[email protected]/zbmed-semtec/bioschemas-dde
cd bioschemas-dde
git checkout main
ls
Expand All @@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone https://user:[email protected]/BioSchemas/bioschemas.github.io
git clone https://user:[email protected]/zbmed-semtec/bioschemas.github.io
cd bioschemas.github.io
git pull
ls
Expand All @@ -86,17 +86,17 @@ jobs:
uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
path: bioschemas.github.io
email: [email protected]
name: sahar-frikha
actor: sahar-frikha
email: [email protected]
name: bernd-mueller
actor: bernd-mueller
token: '${{secrets.GITHUB_TOKEN}}'

- name: Commit and Push the changes in the website
run: |
sleep 5
cd bioschemas.github.io
git config user.name "sahar-frikha"
git config user.email "[email protected]"
git config user.name "bernd-mueller"
git config user.email "[email protected]"
git status
git add .
git commit -m "Updating Profile"
Expand All @@ -111,8 +111,8 @@ jobs:
- name: Commit and Push the changes in the DDE repository
run: |
cd bioschemas-dde
git config user.name "sahar-frikha"
git config user.email "[email protected]"
git config user.name "bernd-mueller"
git config user.email "[email protected]"
git status
git add .
git commit -m "Updating Profile"
Expand Down

0 comments on commit 93b31c0

Please sign in to comment.