fix secret inheritance and naming convention for consistency (#2612)

This commit is contained in:
Antonis Stamatiou
2023-03-14 15:25:34 +02:00
committed by GitHub
parent 08c4535308
commit eaf75c257b

View File

@@ -31,6 +31,7 @@ jobs:
needs: needs:
- tag-nightly-build - tag-nightly-build
uses: ./.github/workflows/nightly-browser-view.yml uses: ./.github/workflows/nightly-browser-view.yml
secrets: inherit
with: with:
tag: ${{ needs.tag-nightly-build.outputs.tag }} tag: ${{ needs.tag-nightly-build.outputs.tag }}
@@ -38,5 +39,6 @@ jobs:
needs: needs:
- tag-nightly-build - tag-nightly-build
uses: ./.github/workflows/nightly-rainforest.yml uses: ./.github/workflows/nightly-rainforest.yml
secrets: inherit
with: with:
tag: ${{ needs.tag-nightly-build.outputs.tag }} tag: ${{ needs.tag-nightly-build.outputs.tag }}