From fd3fa62ca1b5539403b2500fc40d46a18d411ead Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Fri, 13 Jun 2025 11:53:52 -0400 Subject: [PATCH] ci: revert "fix(ci): use dedicated RELEASE_TOKEN for release-please action" This reverts commit 5572cd4683eeef9d906f381255b0ddd589ede752. --- .github/workflows/containers.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 11261f903..d4000f420 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -24,8 +24,6 @@ jobs: - name: Release please id: release-please uses: googleapis/release-please-action@v4 - with: - token: ${{ secrets.RELEASE_TOKEN }} builds-linux: runs-on: ubuntu-latest