We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e811ae8 commit 874783eCopy full SHA for 874783e
.github/workflows/olm.yml
@@ -239,6 +239,8 @@ jobs:
239
- name: Create branch for Openshift Ecosystem PR
240
env:
241
BUNDLE_VERSION: ${{ needs.test-olm-package.outputs.olm_package_version }}
242
+ GH_PROMPT_DISABLED: 1
243
+ GH_TOKEN: ${{ secrets.RABBITMQ_CI_TOKEN }}
244
run: |
245
git config user.name "rabbitmq-ci"
246
git config user.email ${{ secrets.RABBITMQ_CI_EMAIL }}
0 commit comments