Skip to content

Commit

Permalink
Merge pull request #88 from opencrvs/fix-fix
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
adskyiproger authored Feb 28, 2025
2 parents 75cefa6 + 1109960 commit a237cfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
# Check token under Olli's account
GH_TOKEN: ${{ secrets.FORK_ORGANISATION_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORK_REPOSITORY_PATH: "${{ vars.FORK_REPOSITORY_ORGANISATION }}/${{ vars.FORK_REPOSITORY_NAME }}"
steps:
- name: Check if PR branch exists in Farajaland repository
Expand Down Expand Up @@ -74,8 +75,8 @@ jobs:
- if: steps.sync_fork.outcome == 'failure'
name: Set up Git
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Set up authentication
run: git config --global url."https://${{ secrets.FORK_ORGANISATION_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
- run: |
Expand Down

0 comments on commit a237cfc

Please sign in to comment.