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:
|
||||
- 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 }}
|
Reference in New Issue
Block a user