Skip to content

Commit

Permalink
Correcting reference to NAMD pull access token in Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvotapka committed Jun 11, 2024
1 parent 005463f commit 54c31e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
- name: Get NAMD
shell: bash -l {0}
env:
# NAMD_ACCESS_TOKEN: ${{ secrets.NAMD_ACCESS_TOKEN }}
NAMD_ACCESS_TOKEN2: ${{ secrets.NAMD_ACCESS_TOKEN2 }}
NAMD_ACCESS_TOKEN3: ${{ secrets.NAMD_ACCESS_TOKEN3 }}
run: |
git clone https://github.com/UIUC-PPL/charm
Expand All @@ -94,6 +93,8 @@ jobs:
#mv linux-x86_64 fftw
#export FFTWDIR=${PWD}/fftw/linux-x86_64
# DON'T FORGET TO MODIFY NAMD_ACCESS_TOKEN3 REFERENCE ABOVE
git clone https://oauth2:${NAMD_ACCESS_TOKEN3}@gitlab.com/tcbgUIUC/namd.git
cd namd
./config Linux-x86_64-g++ --charm-base $CHRMDIR --tcl-prefix $TCLDIR --without-fftw #--fftw-prefix ${FFTWDIR}
Expand Down

0 comments on commit 54c31e6

Please sign in to comment.