Skip to content

Commit

Permalink
Use a custom token in pkg-update.yml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored and mergify[bot] committed Jan 27, 2020
1 parent 2246eef commit b545df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
commit-message: Update */Manifest.toml
title: 'Update */Manifest.toml'
body: |
Expand Down

0 comments on commit b545df3

Please sign in to comment.