Skip to content

Build and update IGVF clients #8

Build and update IGVF clients

Build and update IGVF clients #8

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 }}
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 git@github.com:IGVF-DACC/igvf-python-client.git
ls
ls igvf-python-client/