Skip to content

Commit

Permalink
Merge pull request #17 from opencrvs/test
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
adskyiproger authored Feb 26, 2025
2 parents f6b7315 + 4bf0b46 commit e8ec240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Sync Fork
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.MY_TOKEN }}
run: |
BASE_BRANCH=${{ github.event.pull_request.base.ref }}
gh auth login
gh repo sync adskyiproger/poc-core-test-my --branch ${BASE_BRANCH}
gh auth logout

0 comments on commit e8ec240

Please sign in to comment.