codenotify icon indicating copy to clipboard operation
codenotify copied to clipboard

Do not fail for external PRs

Open abitrolly opened this issue 3 years ago • 0 comments

Sourcegraph CI/CD failures on PR generate emails that distract from actual problems.

image

I can add the rule to skip the job if the action is not from the same repo like in https://github.com/sourcegraph/sourcegraph/pull/43783 but maybe it is possible to use standard token.

GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}

abitrolly avatar Nov 06 '22 09:11 abitrolly