Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG : CICD pipeline failing for PR from forked repos #108

Closed
Ni3verma opened this issue Nov 5, 2021 · 0 comments · Fixed by #109
Closed

BUG : CICD pipeline failing for PR from forked repos #108

Ni3verma opened this issue Nov 5, 2021 · 0 comments · Fixed by #109
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Ni3verma
Copy link
Owner

Ni3verma commented Nov 5, 2021

Describe the bug
when CICD pipeline run for PR from forked repo, it is failing with below error. This error appeared in #105
image

Additional context
According to github documentation, github action with pull_request event from forked repo cannot access repo secret variables.
because of this reason, above error is coming. Need to find a way to make qa,build apk in CICD pipeline without using secrets.
image

https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request

@Ni3verma Ni3verma added bug Something isn't working help wanted Extra attention is needed labels Nov 5, 2021
@Ni3verma Ni3verma self-assigned this Nov 5, 2021
@Ni3verma Ni3verma mentioned this issue Nov 5, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant