Skip to content

Commit 864a912

Browse files
Add 'createdBy' parameter in deploy.yml
1 parent 679adf2 commit 864a912

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ jobs:
135135
aiDeploymentsLocation="eastus" \
136136
useWafAlignedArchitecture=false \
137137
capacity=${{ env.GPT_MIN_CAPACITY }} \
138-
imageVersion="${IMAGE_TAG}"
138+
imageVersion="${IMAGE_TAG}"\
139+
createdBy="Pipeline"
139140
- name: Assign Contributor role to Service Principal
140141
if: always()
141142
run: |

0 commit comments

Comments
 (0)