Skip to content

Commit e90db19

Browse files
committed
Update .github/workflows/relyance-sci.yml
1 parent 68424a2 commit e90db19

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/relyance-sci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: "32 0 * * *"
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
execute-relyance-sci:
1013
name: Relyance SCI Job
@@ -13,10 +16,8 @@ jobs:
1316
contents: read
1417

1518
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
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
19+
- name: Run Relyance SCI
20+
uses: worldcoin/gh-actions-public/relyance@main
21+
# More information: https://github.com/worldcoin/gh-actions-public/tree/main/relyance
22+
with:
23+
secrets-dpp-sci-key: ${{ secrets.DPP_SCI_KEY }}

0 commit comments

Comments
 (0)