Skip to content

Commit d90708e

Browse files
committed
WIP - squash
1 parent d85678d commit d90708e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/olm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
- id: set_previous_version
4444
shell: bash
45+
env:
46+
GH_TOKEN: ${{ github.token }}
4547
run: scripts/print-previous-version.bash | tee -a "$GITHUB_OUTPUT"
4648

4749
- name: Openshift tools
@@ -181,6 +183,7 @@ jobs:
181183
# RABBITMQ_CI_EMAIL: secret_rabbitmq/kv/Shared-Shared-RabbitMQ%2Frabbitmq-ci/details
182184
### operators/rabbitmq-cluster-operator
183185
GH_PROMPT_DISABLED: 1
186+
GH_TOKEN: ${{ github.token }}
184187
run: |
185188
git config user.name "rabbitmq-ci"
186189
git config user.email ${{ secrets.RABBITMQ_CI_EMAIL }}
@@ -220,6 +223,8 @@ jobs:
220223
env:
221224
BUNDLE_VERSION: ${{ needs.test-olm-package.outputs.olm_package_version }}
222225
# RABBITMQ_CI_EMAIL: secret_rabbitmq/kv/Shared-Shared-RabbitMQ%2Frabbitmq-ci/details
226+
GH_PROMPT_DISABLED: 1
227+
GH_TOKEN: ${{ github.token }}
223228
run: |
224229
git config user.name "rabbitmq-ci"
225230
git config user.email ${{ secrets.RABBITMQ_CI_EMAIL }}

0 commit comments

Comments
 (0)