Skip to content

Commit

Permalink
ci: use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 22, 2024
1 parent f6458c8 commit 8c578ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renterd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
with:
token: ${{ secrets.HOMEBREW_CREATE_PR }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'renterd: ${{ env.GO_TAG }}'
title: 'renterd: ${{ env.GO_TAG }}'
body: 'This is an automated PR to update the formula of renterd'
Expand Down

0 comments on commit 8c578ba

Please sign in to comment.