From 5caed9c91ff1ac9368ae43b5f30e8f08c9329a86 Mon Sep 17 00:00:00 2001 From: Valentin B <703631+beeb@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:08:51 +0100 Subject: [PATCH] ci: use official action for github app token (#46) --- .github/workflows/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 107e827..d528918 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -16,7 +16,7 @@ jobs: environment: Cargo steps: - name: Generate GitHub token - uses: tibdex/github-app-token@v2 + uses: actions/create-github-app-token@v1 id: generate-token with: app_id: ${{ secrets.APP_ID }}