@@ -147,31 +147,31 @@ jobs:
147
147
./tests/fixtures/message.json.gcp.cbor \
148
148
3073d614f853aaec9a1146872c7bab75495ee678c8864ed3562f8787555c1e22
149
149
150
- graph :
151
- runs-on : ubuntu-latest
152
- steps :
153
- - uses : actions/checkout@v4
154
- - name : Push Graph Fragment
155
- id : push_single_graph
156
- uses : ./
157
- with :
158
- neo4j-uri : ${{ secrets.NEO4J_URI }}
159
- neo4j-user : ${{ secrets.NEO4J_USERNAME }}
160
- neo4j-password : ${{ secrets.NEO4J_PASSWORD }}
161
- transmute : |
162
- graph assist ./tests/fixtures/issuer-claims.json --verbose --credential-type application/vc --graph-type application/gql --push
163
- - name : Push Presentations
164
- id : push_multiple_graphs
165
- uses : ./
166
- with :
167
- neo4j-uri : ${{ secrets.NEO4J_URI }}
168
- neo4j-user : ${{ secrets.NEO4J_USERNAME }}
169
- neo4j-password : ${{ secrets.NEO4J_PASSWORD }}
170
- transmute-client-id : ${{ secrets.CLIENT_ID }}
171
- transmute-client-secret : ${{ secrets.CLIENT_SECRET }}
172
- transmute-api : ${{ secrets.API_BASE_URL }}
173
- transmute : |
174
- graph assist --graph-type application/gql --push
150
+ # graph:
151
+ # runs-on: ubuntu-latest
152
+ # steps:
153
+ # - uses: actions/checkout@v4
154
+ # - name: Push Graph Fragment
155
+ # id: push_single_graph
156
+ # uses: ./
157
+ # with:
158
+ # neo4j-uri: ${{ secrets.NEO4J_URI }}
159
+ # neo4j-user: ${{ secrets.NEO4J_USERNAME }}
160
+ # neo4j-password: ${{ secrets.NEO4J_PASSWORD }}
161
+ # transmute: |
162
+ # graph assist ./tests/fixtures/issuer-claims.json --verbose --credential-type application/vc --graph-type application/gql --push
163
+ # - name: Push Presentations
164
+ # id: push_multiple_graphs
165
+ # uses: ./
166
+ # with:
167
+ # neo4j-uri: ${{ secrets.NEO4J_URI }}
168
+ # neo4j-user: ${{ secrets.NEO4J_USERNAME }}
169
+ # neo4j-password: ${{ secrets.NEO4J_PASSWORD }}
170
+ # transmute-client-id: ${{ secrets.CLIENT_ID }}
171
+ # transmute-client-secret: ${{ secrets.CLIENT_SECRET }}
172
+ # transmute-api: ${{ secrets.API_BASE_URL }}
173
+ # transmute: |
174
+ # graph assist --graph-type application/gql --push
175
175
176
176
jose :
177
177
runs-on : ubuntu-latest
0 commit comments