From 20b210c97ac61cf53564a6f6b286fc5576043c91 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Fri, 16 Aug 2024 11:17:44 +0100 Subject: [PATCH] ci: Ensure release-plz always pushes as @hugbot --- .github/workflows/release-plz.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 9b1d2b53..31a47780 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -1,10 +1,6 @@ # Automatic changelog, version bumping, and semver-checks with release-plz for rust projects name: Release-plz 🦀 -permissions: - pull-requests: write - contents: write - on: push: branches: @@ -19,6 +15,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.HUGRBOT_PAT }} - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz