From 66698bfaee6f1f4f1ccaf74e8cc4575532e6965f Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Wed, 23 Jul 2025 07:39:59 -0400 Subject: [PATCH] ci: use release token for release --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 66f1ee687..d804a824e 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -26,7 +26,7 @@ jobs: id: release-please uses: googleapis/release-please-action@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RELEASE_TOKEN }} builds-linux: runs-on: ubuntu-latest