Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: docker env var name is wrong (#282)
Browse files Browse the repository at this point in the history
This should be `DOCKER_TOKEN` and not `DOCKER_USERNAME`
  • Loading branch information
achingbrain committed Jan 14, 2022
1 parent 66907f8 commit 7dabed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: ipfs/aegir/actions/cache-node-modules@master
- uses: ipfs/aegir/actions/docker-login@master
with:
docker-token: ${{ secrets.DOCKER_USERNAME }}
docker-token: ${{ secrets.DOCKER_TOKEN }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
- run: npm run --if-present release
env:
Expand Down

0 comments on commit 7dabed5

Please sign in to comment.