Skip to content

Commit

Permalink
Attempt to allow execution when secrets are not present.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jul 8, 2024
1 parent 140429e commit 98f840b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:

secrets:
OS_APPLICATION_CREDENTIAL_ID:
required: true
required: false
OS_APPLICATION_CREDENTIAL_SECRET:
required: true
required: false

outputs:
active:
Expand Down

0 comments on commit 98f840b

Please sign in to comment.