Skip to content

Commit

Permalink
To test on my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 14, 2025
1 parent 508a55b commit d79a7ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: "Clone Target Repository"
env:
TARGET_REPO_TOKEN: ${{ secrets.TARGET_REPO_TOKEN }}
TARGET_OWNER: Portable-Linux-Apps
TARGET_REPO: Portable-Linux-Apps.github.io
#TARGET_REPO_TOKEN: ${{ secrets.TARGET_REPO_TOKEN }}
TARGET_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_OWNER: osowoso #my repo for test Portable-Linux-Apps
TARGET_REPO: Portable-Linux-Apps
run: |
git clone "https://x-access-token:[email protected]/$TARGET_OWNER/$TARGET_REPO.git" target-repo
Expand Down

0 comments on commit d79a7ad

Please sign in to comment.