Skip to content

Commit

Permalink
fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Feb 12, 2024
1 parent bd551b4 commit 24c6452
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/readme-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: "${{ secrets.PHARMAVERSE_BOT }}"


- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -117,6 +118,8 @@ jobs:
- name: Add safe directory
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
git config --local user.email "[email protected]"
git config --local user.name "pharmaverse-bot"
shell: bash

- name: Commit and push formatted README.md
Expand Down

0 comments on commit 24c6452

Please sign in to comment.