Skip to content

Commit

Permalink
set custom github token
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Aug 30, 2024
1 parent 35040ac commit 4bfb82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Checkout the DDE repo
env:
GITHUB_TOKEN: ${{ secrets.Sahar_Workflows_Token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone https://user:[email protected]/BioSchemas/bioschemas-dde
cd bioschemas-dde
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Checkout the Website repo
env:
GITHUB_TOKEN: ${{ secrets.Sahar_Workflows_Token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone https://user:[email protected]/BioSchemas/bioschemas.github.io
cd bioschemas.github.io
Expand Down

0 comments on commit 4bfb82d

Please sign in to comment.