File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : hexlet-basics/exercises-action@release
1717 with :
18- DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
19- DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
18+ DOCKER_USERNAME : ${{ github.actor }}
19+ DOCKER_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
2020 # TODO: move to exercises-action when it works
2121 # - run:jw
Original file line number Diff line number Diff line change 33services :
44 exercises :
55 build : .
6- image : hexletbasics/exercises-javascript:cached
76 command : make check
Original file line number Diff line number Diff line change 11---
22
33language :
4- docker_image : " hexletbasics /exercises-javascript"
4+ docker_image : " ghcr.io/hexlet-basics /exercises-javascript"
55 extension : js
66 exercise_filename : index.js
77 exercise_test_filename : test.js
You can’t perform that action at this time.
0 commit comments