Skip to content

Commit

Permalink
Update update-target-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Sep 24, 2024
1 parent bcb6ba6 commit 7b05d8a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-target-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout Target Repo
- name: Checkout Source Repo
uses: actions/checkout@v2
with:
repository: S-PScripts/kohlslite
token: ${{ secrets.PAT_TOKEN }} # Use your PAT here
path: kohlslite
repository: S-PScripts/scripts
token: ${{ secrets.GITHUB_TOKEN }} # Use the default GitHub token for the source repo

- name: Checkout Target Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 7b05d8a

Please sign in to comment.