Skip to content

Commit 98f840b

Browse files
committed
Attempt to allow execution when secrets are not present.
1 parent 140429e commit 98f840b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111

1212
secrets:
1313
OS_APPLICATION_CREDENTIAL_ID:
14-
required: true
14+
required: false
1515
OS_APPLICATION_CREDENTIAL_SECRET:
16-
required: true
16+
required: false
1717

1818
outputs:
1919
active:

0 commit comments

Comments
 (0)