Skip to content

Commit adc50ef

Browse files
authored
Fix release workflow startup failure by declaring secrets in build-common.yml (#2455)
1 parent 8306a07 commit adc50ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
type: number
1414
required: false
1515
default: 0
16+
secrets:
17+
DEVELOCITY_ACCESS_KEY:
18+
required: false
1619

1720
permissions:
1821
contents: read

0 commit comments

Comments
 (0)