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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}