From 29e8a6bd59affc2851ab4c9c37c3aebec4327738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= <26653921+dj8yfo@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:12:33 +0200 Subject: [PATCH] ci: pass releaze-plz token again (both checkout and createpullrequest) (#243) --- .github/workflows/crontab_new_template_renewal.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}