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 5c53b67 commit 0c064aeCopy full SHA for 0c064ae
scripts/check_secrets.sh
@@ -22,13 +22,6 @@ echo "GITHUB_HEAD_REF: ${GITHUB_HEAD_REF:-}"
22
23
check_secrets()
24
{
25
- # Travis: Secrets are available if we're not running on a fork.
26
- if [[ -n "${TRAVIS_PULL_REQUEST:-}" ]]; then
27
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ||
28
- "$TRAVIS_PULL_REQUEST_SLUG" == "$TRAVIS_REPO_SLUG" ]]; then
29
- return 0
30
- fi
31
32
# GitHub Actions: Secrets are available if we're not running on a fork.
33
# See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables
34
# TODO- Both GITHUB_BASE_REF and GITHUB_HEAD_REF are set in main repo
0 commit comments