Skip to content

Commit 5fdb4e9

Browse files
authored
update operator owner for release (#7325)
1 parent fb41ca1 commit 5fdb4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
github-token: ${{ secrets.NGINX_PAT }}
316316
script: |
317317
await github.rest.actions.createWorkflowDispatch({
318-
owner: context.repo.owner,
318+
owner: 'nginxinc',
319319
repo: 'nginx-ingress-helm-operator',
320320
workflow_id: 'sync-chart.yml',
321321
ref: 'main',

0 commit comments

Comments
 (0)