File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments