Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnson alaric committed Sep 16, 2024
1 parent 4ba6cd4 commit 7c867bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copymd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
repo_dir="repos/$repo_name"
mkdir -p "$repo_dir"
# Clone the repo
git clone https://github.com/$repo.git temp-repo
# Clone the repo using access token
git clone https://${{ secrets.REPO_ACCESS_TOKEN }}@github.com/$repo.git temp-repo
cd temp-repo
# Find and copy .md files
Expand Down

0 comments on commit 7c867bd

Please sign in to comment.