Skip to content

Commit

Permalink
Update render-README.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 24, 2024
1 parent 0f274e1 commit 291b064
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.RENDER_KEY }}
persist-credentials: false
- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand All @@ -32,8 +33,6 @@ jobs:
done
- name: Commit and Push Rendered Files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 291b064

Please sign in to comment.