Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit b085490

Browse files
jherrflexionsaquino0827somesylvie
committed
Added secret definitions
Co-Authored-By: Samuel Aquino <saquino@flexion.us> Co-Authored-By: Sylvie <38440028+somesylvie@users.noreply.github.com>
1 parent 565d2b6 commit b085490

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/azure-load-tests.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
#schedule:
88

99
#- cron: "0 0 * * 1"
10-
workflow_dispatch:
11-
inputs:
12-
rollbackCount:
13-
description: 'Number of migrations to rollback'
14-
required: true
15-
default: # of rollback you require in the file input
1610

11+
workflow_call:
12+
secrets:
13+
AZURE_CLIENT_ID:
14+
required: true
15+
AZURE_TENANT_ID:
16+
required: true
17+
AZURE_SUBSCRIPTION_ID:
18+
required: true
1719

1820
jobs:
1921
loadtest:

0 commit comments

Comments
 (0)