Ilya, Am 25.12.20 um 06:28 schrieb Илья Шипицин: > I modified patch to run against my own coverity repo 'chipitsine/haproxy' > > > Tim, can you have a look ? > > https://github.com/chipitsine/haproxy/actions/runs/443552484 >
Apparently it is not possible to use secrets within an `if` condition. See this one: https://github.com/actions/runner/issues/520. In one comment the following example was posted: if: ${{ github.repository_owner == 'haproxy' }} It's not perfect, because it does not actually check the token, but it will prevent the job from running in forks. And for our repository it will effectively always have the token. Best regards Tim Düsterhus

