|
46 | 46 | CI_SECRET_READER_PERIODIC_TOKEN: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }} |
47 | 47 | VAULT_ADDR: ${{ secrets.VAULT_ADDR }} |
48 | 48 | VAULTCA: ${{ secrets.VAULTCA }} |
49 | | - |
50 | | - trigger-related-workflows: |
51 | | - needs: docker-latest |
52 | | - runs-on: ubuntu-latest |
53 | | - steps: |
54 | | - - name: Repository Dispatch |
55 | | - uses: benc-uk/workflow-dispatch@v1 |
56 | | - with: |
57 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
58 | | - repo: danubetech/danubetech-uni-registrar-web |
59 | | - workflow: "Docker latest image" # Docker build |
60 | | - |
61 | | - - name: Repository Dispatch |
62 | | - uses: benc-uk/workflow-dispatch@v1 |
63 | | - with: |
64 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
65 | | - repo: decentralized-identity/uni-registrar-driver-did-key |
66 | | - workflow: "Docker latest image" # Docker build |
67 | | - |
68 | | - - name: Repository Dispatch |
69 | | - uses: benc-uk/workflow-dispatch@v1 |
70 | | - with: |
71 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
72 | | - repo: decentralized-identity/uni-registrar-driver-did-sov |
73 | | - workflow: "Docker latest image" # Docker build |
74 | | - |
75 | | - - name: Repository Dispatch |
76 | | - uses: benc-uk/workflow-dispatch@v1 |
77 | | - with: |
78 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
79 | | - repo: decentralized-identity/uni-registrar-driver-did-btcr |
80 | | - workflow: "Docker latest image" # Docker build |
81 | | - |
82 | | - - name: Repository Dispatch |
83 | | - uses: benc-uk/workflow-dispatch@v1 |
84 | | - with: |
85 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
86 | | - repo: decentralized-identity/uni-registrar-driver-did-v1 |
87 | | - workflow: "Docker latest image" # Docker build |
88 | | - |
89 | | - - name: Repository Dispatch |
90 | | - uses: benc-uk/workflow-dispatch@v1 |
91 | | - with: |
92 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
93 | | - repo: decentralized-identity/uni-registrar-driver-did-ebsi |
94 | | - workflow: "Docker latest image" # Docker build |
95 | | - |
96 | | - - name: Repository Dispatch |
97 | | - uses: benc-uk/workflow-dispatch@v1 |
98 | | - with: |
99 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
100 | | - repo: decentralized-identity/uni-registrar-driver-did-ion |
101 | | - workflow: "Docker latest image" # Docker build |
102 | | - |
103 | | - - name: Repository Dispatch |
104 | | - uses: benc-uk/workflow-dispatch@v1 |
105 | | - with: |
106 | | - token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }} |
107 | | - repo: decentralized-identity/uni-registrar-driver-did-web |
108 | | - workflow: "Docker latest image" # Docker build |
0 commit comments