Skip to content

Commit f40252f

Browse files
m-messerclaude
andcommitted
Use SHIMMY_DEPLOY_TOKEN for evaluation-function-base dispatch
Replace expired EVALUATION_FUNCTION_BASE_BUILD_TRIGGER_TOKEN with SHIMMY_DEPLOY_TOKEN which has access to all org repos. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 89f9d56 commit f40252f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: steps.idempotency.outputs.skip == 'false'
7373
uses: peter-evans/repository-dispatch@v3
7474
with:
75-
token: ${{ secrets.EVALUATION_FUNCTION_BASE_BUILD_TRIGGER_TOKEN }}
75+
token: ${{ secrets.SHIMMY_DEPLOY_TOKEN }}
7676
repository: ${{ github.repository_owner }}/evaluation-function-base
7777
event-type: release
7878
client-payload: '{"shimmy_version": "${{ steps.version.outputs.version }}"}'

0 commit comments

Comments
 (0)