Skip to content

Commit 3389b7e

Browse files
authored
Update deploy-to-openshift-dev.yml
1 parent 40eda18 commit 3389b7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-openshift-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ jobs:
203203
/tmp/bc_registry_api \
204204
${{ secrets.D365_BCCAS_API_URL }} \
205205
${{ secrets.D365_CGI_BATCH_NUMBER }} \
206-
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }}
206+
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }} \
207+
${{ secrets.D365_DEFAULT_USER_ID }}
207208
208209
# Start rollout (if necessary) and follow it
209210
oc rollout restart deployment/${{ env.APP_NAME }}-${{ env.APP_NAME_BACKEND }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \

0 commit comments

Comments
 (0)