Ni3verma / Safe-Box

A secure app to store private data.
MIT License
3 stars 5 forks source link

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

Closed Ni3verma closed 2 years ago

Ni3verma commented 2 years ago

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