Skip to content

Commit 09f6197

Browse files
authored
Update main.yml
1 parent 686ac88 commit 09f6197

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
POLICY_LOG: t
6969
INVISIRISK_JWT_TOKEN: ${{secrets.VB_API_KEY}}
7070
INVISIRISK_PORTAL: https://app.dev.veribom.com/
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
POLICY_URL: "https://api.github.com/repos/ir-playground/policy/tarball/main"
73+
POLICY_TOKEN: ${{ secrets.POLICY_TOKEN }}
7274
container:
7375
image: node:18-alpine
7476
options: --cap-add=NET_ADMIN

0 commit comments

Comments
 (0)