From 49c72240e6bb1291026a0bc9844db868ac0ecc21 Mon Sep 17 00:00:00 2001 From: Marko Vejnovic Date: Wed, 25 Feb 2026 12:10:32 -0800 Subject: [PATCH] fix secret --- .github/workflows/accept_proto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/accept_proto.yml b/.github/workflows/accept_proto.yml index 70ae432..1b8d607 100644 --- a/.github/workflows/accept_proto.yml +++ b/.github/workflows/accept_proto.yml @@ -61,7 +61,7 @@ jobs: - name: Download proto artifact from depot env: - GH_TOKEN: ${{ secrets.DEPOT_TOKEN }} + GH_TOKEN: ${{ secrets.CI_GIT_PAT }} RUN_ID: ${{ github.event.client_payload.run_id }} ARTIFACT_NAME: ${{ github.event.client_payload.artifact_name }} run: |