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

Commit 7dabed5

Browse files
authored
fix: docker env var name is wrong (#282)
This should be `DOCKER_TOKEN` and not `DOCKER_USERNAME`
1 parent 66907f8 commit 7dabed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.github/workflows/js-test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- uses: ipfs/aegir/actions/cache-node-modules@master
145145
- uses: ipfs/aegir/actions/docker-login@master
146146
with:
147-
docker-token: ${{ secrets.DOCKER_USERNAME }}
147+
docker-token: ${{ secrets.DOCKER_TOKEN }}
148148
docker-username: ${{ secrets.DOCKER_USERNAME }}
149149
- run: npm run --if-present release
150150
env:

0 commit comments

Comments
 (0)