Skip to content

Commit

Permalink
Use personal acesss token to trigger CI builds (line#871)
Browse files Browse the repository at this point in the history
Motivation:

When a PR is created by a workflow with the deafult GITHUB_TOKEN which is given by GitHub Actions, CI builds aren't triggered. https://github.com/orgs/community/discussions/55906

Releated: line#870

Modifications:

- Use PAT of our friendly bot @armerian

Result:

CI is correctly run when an Armeria version upgrade PR is made
  • Loading branch information
ikhoon authored Dec 27, 2023
1 parent 6cca902 commit 49a71fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-armeria-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
title: Update Armeria version to ${{ inputs.armeria_version }}
body : ''
commit-message: Update Armeria version to ${{ inputs.armeria_version }}
Expand Down

0 comments on commit 49a71fd

Please sign in to comment.