Skip to content

Commit 874783e

Browse files
committed
ci: add GH_TOKEN to OLM workflow
1 parent e811ae8 commit 874783e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/olm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ jobs:
239239
- name: Create branch for Openshift Ecosystem PR
240240
env:
241241
BUNDLE_VERSION: ${{ needs.test-olm-package.outputs.olm_package_version }}
242+
GH_PROMPT_DISABLED: 1
243+
GH_TOKEN: ${{ secrets.RABBITMQ_CI_TOKEN }}
242244
run: |
243245
git config user.name "rabbitmq-ci"
244246
git config user.email ${{ secrets.RABBITMQ_CI_EMAIL }}

0 commit comments

Comments
 (0)