From 8d06cc476f3afe0ed436844292d1f5a9aee9817d Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Wed, 2 Jul 2025 16:10:21 -0400 Subject: [PATCH 1/2] ci: add write action permission --- .github/workflows/containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index a1f38a74a..d804a824e 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -16,6 +16,7 @@ jobs: permissions: contents: write pull-requests: write + actions: write runs-on: ubuntu-latest outputs: indexer-service-rs: ${{ steps.release-please.outputs['crates/service--tag_name'] }} From 6f45b15b761af7be5341f3f3bbafb76bfb5a450c Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Wed, 2 Jul 2025 16:22:28 -0400 Subject: [PATCH 2/2] ci: revert to usinhg GITHUB_TOKEN --- .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 d804a824e..66f1ee687 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.RELEASE_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} builds-linux: runs-on: ubuntu-latest