Skip to content

Commit 538dd42

Browse files
Specify used secret in release app workflow
This was not needed before because all the apps were in the same GitHub org. Now we are also having apps in the NordicSemi org, so this seems to be necessary.
1 parent b828ff4 commit 538dd42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
type: number
1313
doc_bundle_name:
1414
type: string
15+
secrets:
16+
COM_NORDICSEMI_FILES_PASSWORD_SWTOOLS_FRONTEND:
17+
required: false
1518

1619
env:
1720
ARTIFACT_NAME: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)