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 984b465 commit 06fee1cCopy full SHA for 06fee1c
.github/workflows/nightly-build.yml
@@ -20,7 +20,7 @@ jobs:
20
# this dimension is only needed to check whether we're in CnCNet repo
21
# and exclude hardened build because we may have no access to it
22
has-private-access:
23
- - ${{ github.repository_owner == 'CnCNet' }}
+ - ${{ secrets.CNCNET_CI_SSH_PRIVATEKEY != '' }}
24
exclude:
25
- is-hardened: -Hardened
26
has-private-access: false
0 commit comments