Skip to content

Commit

Permalink
ci: pass releaze-plz token again (both checkout and createpullrequest) (
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yfo authored Oct 30, 2024
1 parent 6693d6a commit 29e8a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crontab_new_template_renewal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.MY_GITHUB_TOKEN }}

- uses: hustcer/setup-nu@v3
with:
Expand Down Expand Up @@ -51,3 +52,4 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: update `cargo near new` template `image` and `image_digest`
token: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit 29e8a6b

Please sign in to comment.