diff --git a/.github/workflows/crontab_new_template_renewal.yml b/.github/workflows/crontab_new_template_renewal.yml index c2db82fb..ab441145 100644 --- a/.github/workflows/crontab_new_template_renewal.yml +++ b/.github/workflows/crontab_new_template_renewal.yml @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v4 with: ref: main + token: ${{ secrets.MY_GITHUB_TOKEN }} - uses: hustcer/setup-nu@v3 with: @@ -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 }}