Skip to content

Commit

Permalink
Fix downloader token
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 19, 2024
1 parent 8c5adac commit c6c43a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
run: wget https://gist.github.com/mrsarm/95279381f3d8bf4269499fb437888e2c/raw/github-file.sh
- name: Get compose.yaml
env:
TOKEN: ${{ secrets.repo_token }}
run: bash ./github-file.sh compose.yaml mrsarm/dcoleman-e2e $GITHUB_REF_SLUG main $TOKEN
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash ./github-file.sh compose.yaml mrsarm/dcoleman-e2e $GITHUB_REF_SLUG main $GITHUB_TOKEN
- name: Get .env.example
env:
TOKEN: ${{ secrets.repo_token }}
run: bash ./github-file.sh .env.example mrsarm/dcoleman-e2e $GITHUB_REF_SLUG main $TOKEN
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash ./github-file.sh .env.example mrsarm/dcoleman-e2e $GITHUB_REF_SLUG main $GITHUB_TOKEN

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit c6c43a9

Please sign in to comment.