Skip to content

Commit

Permalink
added access token to GH actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent 59d83c8 commit e70be8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -44,6 +44,13 @@ jobs:
uses: actions/checkout@v4
with:
repository: openvax/netmhc-bundle
token: ${{ secrets.NETMHC_BUNDLE_ACCESS_TOKEN }}
- name: Configure netmhc-bundle paths
run: |
export NETMHC_BUNDLE_HOME=$PWD/netmhc-bundle
mkdir tmp
export NETMHC_BUNDLE_TMPDIR=$PWD/tmp
export PATH=$PATH:$NETMHC_BUNDLE_HOME/bin
- name: Install MHCflurry data
run: |
mhcflurry-downloads fetch
Expand Down

0 comments on commit e70be8b

Please sign in to comment.