@@ -173,38 +173,39 @@ jobs:
173173 ./preflight check container quay.io/nginx/nginx-ingress-operator:${{ needs.build.outputs.version }} --pyxis-api-token ${{ secrets.PYXIS_API_TOKEN }} --certification-project-id ${{ secrets.CERTIFICATION_PROJECT_ID }} --platform $architecture --submit
174174 done
175175
176- - name : Make
177- run : |
178- make bundle USE_IMAGE_DIGESTS=true
179-
180- - name : Checkout certified-operators repo
181- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
182- with :
183- token : ${{ secrets.NGINX_PAT }}
184- repository : nginx-bot/certified-operators
185- path : certified-operators
186-
187- - name : Update certified-operators repo
188- working-directory : certified-operators/operators/nginx-ingress-operator
189- run : |
190- mkdir v${{ needs.build.outputs.version }}
191- cp -R ../../../bundle/manifests v${{ needs.build.outputs.version }}/
192- cp -R ../../../bundle/metadata v${{ needs.build.outputs.version }}/
193-
194- - name : Commit changes
195- uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
196- with :
197- commit_message : operator nginx-ingress-operator (v${{ needs.build.outputs.version }})
198- commit_author :
nginx-bot <[email protected] > 199- commit_user_name : nginx-bot
200- commit_user_email :
[email protected] 201- create_branch : true
202- branch : update-nginx-ingress-operator-to-v${{ needs.build.outputs.version }}
203- repository : certified-operators
204-
205- - name : Create PR
206- working-directory : certified-operators
207- run : |
208- gh pr create --title "operator nginx-ingress-operator (v${{ needs.build.outputs.version }})" --body "Update nginx-ingress-operator to v${{ needs.build.outputs.version }}" --head nginx-bot:update-nginx-ingress-operator-to-v${{ needs.build.outputs.version }} --base main --repo redhat-openshift-ecosystem/certified-operators
209- env :
210- GITHUB_TOKEN : ${{ secrets.NGINX_PAT }}
176+ # # Disable PR creation until issues with NGINX_PAT are resolved
177+ # - name: Make
178+ # run: |
179+ # make bundle USE_IMAGE_DIGESTS=true
180+
181+ # - name: Checkout certified-operators repo
182+ # uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
183+ # with:
184+ # token: ${{ secrets.NGINX_PAT }}
185+ # repository: nginx-bot/certified-operators
186+ # path: certified-operators
187+
188+ # - name: Update certified-operators repo
189+ # working-directory: certified-operators/operators/nginx-ingress-operator
190+ # run: |
191+ # mkdir v${{ needs.build.outputs.version }}
192+ # cp -R ../../../bundle/manifests v${{ needs.build.outputs.version }}/
193+ # cp -R ../../../bundle/metadata v${{ needs.build.outputs.version }}/
194+
195+ # - name: Commit changes
196+ # uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
197+ # with:
198+ # commit_message: operator nginx-ingress-operator (v${{ needs.build.outputs.version }})
199+ # commit_author: nginx-bot <[email protected] > 200+ # commit_user_name: nginx-bot
201+ # commit_user_email: [email protected] 202+ # create_branch: true
203+ # branch: update-nginx-ingress-operator-to-v${{ needs.build.outputs.version }}
204+ # repository: certified-operators
205+
206+ # - name: Create PR
207+ # working-directory: certified-operators
208+ # run: |
209+ # gh pr create --title "operator nginx-ingress-operator (v${{ needs.build.outputs.version }})" --body "Update nginx-ingress-operator to v${{ needs.build.outputs.version }}" --head nginx-bot:update-nginx-ingress-operator-to-v${{ needs.build.outputs.version }} --base main --repo redhat-openshift-ecosystem/certified-operators
210+ # env:
211+ # GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
0 commit comments