Skip to content

Commit 8af8cc7

Browse files
committed
added github_tken
1 parent b413c5e commit 8af8cc7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/content-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
registry_url: ${{ secrets.REGISTRY_URL }}
5050
registry_username: ${{ secrets.REGISTRY_USERNAME }}
5151
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5253

5354
# Step 6: Build Docker image
5455
- name: Build Docker Image

.github/workflows/search-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
registry_url: ${{ secrets.REGISTRY_URL }}
5050
registry_username: ${{ secrets.REGISTRY_USERNAME }}
5151
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5253

5354
# Step 6: Build Docker image
5455
- name: Build Docker Image

.github/workflows/taxonomy-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
registry_url: ${{ secrets.REGISTRY_URL }}
5050
registry_username: ${{ secrets.REGISTRY_USERNAME }}
5151
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5253

5354
# Step 6: Build Docker image
5455
- name: Build Docker Image

0 commit comments

Comments
 (0)