Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 1554d51

Browse files
committed
Pass DOCKER_TOKEN secret into Docker workflow
1 parent 565b542 commit 1554d51

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/dendrite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,3 +342,5 @@ jobs:
342342
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
343343
needs: [integration-tests-done]
344344
uses: matrix-org/dendrite/.github/workflows/docker.yml@main
345+
secrets:
346+
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types: [published]
88
workflow_dispatch: # A build was manually requested
99
workflow_call: # Another pipeline called us
10+
secrets:
11+
DOCKER_TOKEN:
12+
required: true
1013

1114
env:
1215
DOCKER_NAMESPACE: matrixdotorg

0 commit comments

Comments
 (0)