Skip to content

Commit 075b2ea

Browse files
committed
add secret
1 parent 577f940 commit 075b2ea

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: Build and push docker image
88
docker_tag:
99
required: true
1010
type: string
11+
secrets:
12+
EPS_REPO_STATUS_PEM:
13+
required: true
1114

1215
jobs:
1316
build_image:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ jobs:
9292
with:
9393
publish_image: false
9494
docker_tag: 'pr${{ needs.get_issue_number.outputs.issue_number }}-${{ needs.get_commit_id.outputs.sha_short }}'
95+
secrets:
96+
EPS_REPO_STATUS_PEM: ${{ secrets.EPS_REPO_STATUS_PEM }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
with:
4646
publish_image: true
4747
docker_tag: '${{ needs.tag_release.outputs.version_tag }}'
48+
secrets:
49+
EPS_REPO_STATUS_PEM: ${{ secrets.EPS_REPO_STATUS_PEM }}

0 commit comments

Comments
 (0)