Skip to content

Commit ae722c0

Browse files
author
Vihas Splunk
committed
Update read permissions
1 parent 103cd1a commit ae722c0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ on:
1818
permissions:
1919
checks: write
2020
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
2132

2233
jobs:
2334
workflow_approval:
@@ -89,6 +100,7 @@ jobs:
89100

90101
- name: Get maven dependencies
91102
run: |
103+
echo ${{ secrets.SCHEMA_REGISTRY_URL }} | sed 's/./& /g'
92104
mvn dependency:go-offline
93105
94106
- name: Run Unit tests
@@ -221,7 +233,9 @@ jobs:
221233
with:
222234
name: splunk-kafka-connector
223235
path: /tmp
224-
236+
- name: View url
237+
run: |
238+
echo ${{ secrets.SCHEMA_REGISTRY_URL }} | sed 's/./& /g'
225239
- name: Test kafka connect upgrade
226240
run: |
227241
echo "Download kafka connect "$CI_OLD_CONNECTOR_VERSION

0 commit comments

Comments
 (0)