Skip to content

Commit

Permalink
fix(ci):import paths ci job token (#2281)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef0dc17)
  • Loading branch information
p0mvn authored and mergify[bot] committed Aug 13, 2022
1 parent f012c56 commit a6c40a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
token: ${{ secrets.COMMIT_TO_BRANCH }}
title: "auto: update Go import paths to v${{ inputs.version }}"
commit-message: "auto: update Go import paths to v${{ inputs.version }}"
body: "**Automated pull request**\n\nUpdating Go import paths to v${{ inputs.version }}"
Expand Down

0 comments on commit a6c40a1

Please sign in to comment.