fix secret inheritance and naming convention for consistency (#2612)
This commit is contained in:

committed by
GitHub

parent
08c4535308
commit
eaf75c257b
@@ -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 }}
|
Reference in New Issue
Block a user