Skip to content

Commit

Permalink
Use PAT and improve commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 2, 2024
1 parent fe4adf9 commit 085d6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "rake sync"
git commit -m "Added ${{ env.RUBY_VERSION }} with OpenSSL ${{ env.OPENSSL_VERSION }}"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 comments on commit 085d6a2

Please sign in to comment.