Skip to content

Commit

Permalink
add github token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 20, 2024
1 parent b82ec6a commit 6263253
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/GithubActionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
docker build -t quay.io/bioconda/bioconda-utils-test-env-cos7:latest -f ./Dockerfile.test ./
- name: Run tests '${{ matrix.py_test_marker }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
eval "$(conda shell.bash hook)"
conda activate bioconda
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
python setup.py install
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
eval "$(conda shell.bash hook)"
conda activate bioconda
Expand Down

0 comments on commit 6263253

Please sign in to comment.