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 68424a2 commit e90db19Copy full SHA for e90db19
.github/workflows/relyance-sci.yml
@@ -5,6 +5,9 @@ on:
5
- cron: "32 0 * * *"
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
execute-relyance-sci:
13
name: Relyance SCI Job
@@ -13,10 +16,8 @@ jobs:
16
contents: read
14
17
15
18
steps:
- - name: Checkout
- uses: actions/checkout@v4
-
19
- - name: Pull and run SCI binary
20
- run: |-
21
- docker pull gcr.io/relyance-ext/compliance_inspector:release && \
22
- docker run --rm -v `pwd`:/repo --env API_KEY='${{ secrets.DPP_SCI_KEY }}' gcr.io/relyance-ext/compliance_inspector:release
+ - name: Run Relyance SCI
+ uses: worldcoin/gh-actions-public/relyance@main
+ # More information: https://github.com/worldcoin/gh-actions-public/tree/main/relyance
+ with:
23
+ secrets-dpp-sci-key: ${{ secrets.DPP_SCI_KEY }}
0 commit comments