From eaf75c257b91dee9217a1209ce10d7404af88660 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Tue, 14 Mar 2023 15:25:34 +0200 Subject: [PATCH] fix secret inheritance and naming convention for consistency (#2612) --- .github/workflows/{nightly.yaml => nightly-builds.yaml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{nightly.yaml => nightly-builds.yaml} (96%) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly-builds.yaml similarity index 96% rename from .github/workflows/nightly.yaml rename to .github/workflows/nightly-builds.yaml index 637f2d1e..f30477c0 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly-builds.yaml @@ -31,6 +31,7 @@ jobs: needs: - tag-nightly-build uses: ./.github/workflows/nightly-browser-view.yml + secrets: inherit with: tag: ${{ needs.tag-nightly-build.outputs.tag }} @@ -38,5 +39,6 @@ jobs: needs: - tag-nightly-build uses: ./.github/workflows/nightly-rainforest.yml + secrets: inherit with: tag: ${{ needs.tag-nightly-build.outputs.tag }}