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 103cd1a commit 842fe85Copy full SHA for 842fe85
.github/workflows/ci_build_test.yaml
@@ -18,6 +18,17 @@ on:
18
permissions:
19
checks: write
20
pull-requests: write
21
+ actions: read
22
+ contents: read
23
+ deployments: read
24
+ id-token: read
25
+ issues: read
26
+ discussions: read
27
+ packages: read
28
+ pages: read
29
+ repository-projects: read
30
+ security-events: read
31
+ statuses: read
32
33
jobs:
34
workflow_approval:
@@ -221,7 +232,9 @@ jobs:
221
232
with:
222
233
name: splunk-kafka-connector
223
234
path: /tmp
224
-
235
+ - name: View url
236
+ run: |
237
+ echo ${{ secrets.SCHEMA_REGISTRY_URL }} | sed 's/./& /g'
225
238
- name: Test kafka connect upgrade
226
239
run: |
227
240
echo "Download kafka connect "$CI_OLD_CONNECTOR_VERSION
0 commit comments