Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Aug 21, 2024
1 parent 22abad7 commit be693cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clientbuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
with:
app-id: ${{ vars.IGVF_CLIENT_BUILDER_APP_ID }}
private-key: ${{ secrets.IGVF_CLIENT_BUILDER_PRIVATE_KEY }}
owner: "IGVF-DACC"
repositories: "igvf-client-openapi-spec,igvf-python-client,igvf-async-python-client,igvf-r-client"

- name: Use the token
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
git clone https://${{ steps.generate-token.outputs.token }}@github.com/IGVF-DACC/igvf-python-client.git
git clone git@github.com:IGVF-DACC/igvf-python-client.git
ls
ls igvf-python-client/

0 comments on commit be693cd

Please sign in to comment.