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 9d25e21 commit 839919bCopy full SHA for 839919b
.github/workflows/govulncheck.yaml
@@ -26,6 +26,10 @@ jobs:
26
# see https://github.com/actions/checkout/issues/701 for extra info about this option
27
with: { fetch-depth: 0 }
28
29
+ - uses: ./.github/actions/repo_access
30
+ with:
31
+ DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB: ${{ secrets.DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB }}
32
+
33
- id: go-version
34
run: |
35
make print-go-version >> "$GITHUB_OUTPUT"
0 commit comments