Commit af820584 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add github auth token to docker containers

parent 6241e174
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@ 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
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
      - name: Build the stack
        run: docker-compose up -d
      - name: Status
+4 −4
Original line number Diff line number Diff line
@@ -20,10 +20,10 @@ 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
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
      - name: What OS is running
        run: uname -a
      - name: Where am i
@@ -35,10 +35,10 @@ 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
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
      - name: What OS is running
        run: uname -a
      - name: Where am i