Skip to content

Build and update IGVF clients #3

Build and update IGVF clients

Build and update IGVF clients #3

Workflow file for this run

name: Build and update IGVF clients
on:
workflow_dispatch:
jobs:
build-and-update-clients:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.IGVF_CLIENT_BUILDER_APP_ID }}
private-key: ${{ secrets.IGVF_CLIENT_BUILDER_PRIVATE_KEY }}
repositories: "igvf-client-openapi-spec,igvf-python-client,igvf-async-python-client,igvf-r-client"
- name: Use the token
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
gh repo clone git@github.com:IGVF-DACC/igvf-python-client.git
ls
ls igvf-python-client/