From 8026684d64a5bfc534a1f1ec2780cbcf0989ecac Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Mon, 7 Oct 2024 15:51:18 +0200 Subject: [PATCH] Use custom token here to allow triggering other pipelines --- .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 fb3447c..c9374f3 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -30,5 +30,5 @@ jobs: - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}