Skip to content

Commit

Permalink
we do not need PATs during checkout do we?
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Sep 16, 2023
1 parent 3406fcf commit 284253d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bgruening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout galaxytools
- name: Checkout planemo-autoupdate
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
#token: ${{ secrets.PAT }}
repository: planemo-autoupdate/autoupdate
ref: main
path: autoupdate

- name: Checkout bgruening/galaxytools
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
#token: ${{ secrets.PAT }}
repository: planemo-autoupdate/galaxytools
ref: master
path: galaxytools
Expand Down

0 comments on commit 284253d

Please sign in to comment.