Skip to content

Commit 7e59745

Browse files
[fix] added dockerhub_token as a env variable
1 parent aa93b36 commit 7e59745

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
env:
1515
NODE_VERSION: "22.11.0"
1616
DOCKERHUB_REPO: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKERHUB_PROJECT_NAME }}
17+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1718

1819
jobs:
1920
# Step 1: Code Quality Checks

0 commit comments

Comments
 (0)