Skip to content

Commit

Permalink
ci: use another token to trigger status checks for auto-created pr (#240
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dj8yfo authored Oct 29, 2024
1 parent 7657e22 commit a4ecded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/crontab_new_template_renewal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: update `cargo near new` template `image` and `image_digest`
env:
# https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-536204092
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit a4ecded

Please sign in to comment.