diff --git a/claude-command-router/action.yml b/claude-command-router/action.yml index 1fff4c3..101d8bd 100644 --- a/claude-command-router/action.yml +++ b/claude-command-router/action.yml @@ -30,7 +30,7 @@ runs: steps: - name: Check authorization id: authz - uses: ./check-auth + uses: glitchwerks/github-actions/check-auth@v2 with: authorized_users: ${{ inputs.authorized_users }}