Skip to content

Commit

Permalink
Update workflow token (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao authored Aug 5, 2021
1 parent 9c18508 commit 78868e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN_BOT }}
token: ${{ secrets.CREATE_PULL_REQUEST_TOKEN }}
commit-message: "Update upstream public suffix list"
title: "Update upstream public suffix list"
body: "Automated update of upstream public suffix list"
Expand Down

0 comments on commit 78868e1

Please sign in to comment.