summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2023-02-21 13:36:53 +0000
committerJoris Roovers <joris.roovers@gmail.com>2023-02-21 13:36:53 +0000
commit35ff8d7a912ff7892cf686dfef2566156356bb94 (patch)
tree319a9c9b7b61bfb8f3281303852cedcb7f8077bf
parent250c1ff0eed35bdd3df6000cdc41698952189388 (diff)
GHA: publish-release pass secrets to publish-docker
The publish-release now passes its secrets to publish-docker which is required for the publish-docker workflow to access the docker login credentials.
-rw-r--r--.github/workflows/publish-release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
index 9c32f08..417cd1e 100644
--- a/.github/workflows/publish-release.yml
+++ b/.github/workflows/publish-release.yml
@@ -163,6 +163,7 @@ jobs:
- publish
- test-release
uses: ./.github/workflows/publish-docker.yml
+ secrets: inherit # pass all secrets (required to access secrets in a called workflow)
with:
gitlint_version: ${{ needs.publish.outputs.gitlint_version }}
docker_image_tag: "latest_dev"