[BUG] Secure variables only for own repositories/PRs #90
Labels
🐛 bug
Issues related to bugs or errors
⚙️ CI/CD
Continuous Integration/Continuous Deployment processes
enhancement
New feature or request
Description
When the build runs from a forked repository, it fails when it needs to use a secure environment variable.
Conditionally execute these steps only if not in a forked pull request.
Screenshots
Additional information
Maybe we can use the
APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME
environment variable to detect the repository where the PR comes fromThe text was updated successfully, but these errors were encountered: