Commit 6241e174 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add github auth token to docker containers

parent bd4e522f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ jobs:
    runs-on: ubuntu-20.04
    container:
      image: docker.pkg.github.com/tomkellygenetics/cellranger_clean/cellranger_clean:latest
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ jobs:
    runs-on: ubuntu-latest
    container:
      image: docker.pkg.github.com/tomkellygenetics/cellranger_clean/cellranger_clean:latest
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
    steps:  
      - uses: actions/checkout@v2
      - name: What OS is running
@@ -33,6 +35,8 @@ jobs:
    runs-on: ubuntu-latest
    container:
      image: docker.pkg.github.com/minoda-lab/universc/universc:latest
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
    steps:
      - uses: actions/checkout@v2
      - name: What OS is running