Skip to content

Commit

Permalink
Update README.md to point to the latest release(v1.1.2) with authenti…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
b3hr4d committed Mar 2, 2024
1 parent b2273dd commit d611b85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ jobs:
git config --local user.name "GitHub Action"
git add ./packages/core/README.md
git commit -m "Update README.md to point to the latest release(v1.1.2)"
git push
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
git -c http.extraheader="AUTHORIZATION: bearer ${{ secrets.RELEASE_TOKEN }}" push

0 comments on commit d611b85

Please sign in to comment.