From ed0c1eee250c41a2bbb27ba738ab16e13fe48940 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Tue, 17 Jun 2025 15:25:09 -0400 Subject: [PATCH] ci(containers): use RELEASE_TOKEN for releases --- .github/workflows/containers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 23ae9453e..a1f38a74a 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -24,6 +24,8 @@ jobs: - name: Release please id: release-please uses: googleapis/release-please-action@v4 + with: + token: ${{ secrets.RELEASE_TOKEN }} builds-linux: runs-on: ubuntu-latest