Skip to content

Commit 839919b

Browse files
committed
wip
Signed-off-by: Ashley Davis <[email protected]>
1 parent 9d25e21 commit 839919b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
# see https://github.com/actions/checkout/issues/701 for extra info about this option
2727
with: { fetch-depth: 0 }
2828

29+
- uses: ./.github/actions/repo_access
30+
with:
31+
DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB: ${{ secrets.DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB }}
32+
2933
- id: go-version
3034
run: |
3135
make print-go-version >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)